Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
Another tweak of placement of loading spinner
Dieser Commit ist enthalten in:
Ursprung
cbdad79c90
Commit
610aa772f2
1 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
|
@ -28,13 +28,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='wizard-buttons'>
|
<div class='wizard-buttons'>
|
||||||
{{#if showQuitButton}}
|
|
||||||
<a href {{action "quit"}} class='action-link quit' tabindex="11">{{i18n "wizard.quit"}}</a>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{#if saving}}
|
{{#if saving}}
|
||||||
{{loading-spinner size='small'}}
|
{{loading-spinner size='small'}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
{{#if showQuitButton}}
|
||||||
|
<a href {{action "quit"}} class='action-link quit' tabindex="11">{{i18n "wizard.quit"}}</a>
|
||||||
|
{{/if}}
|
||||||
{{#if showBackButton}}
|
{{#if showBackButton}}
|
||||||
<a href {{action "backStep"}} class='action-link back' tabindex="11">{{i18n "wizard.back"}}</a>
|
<a href {{action "backStep"}} class='action-link back' tabindex="11">{{i18n "wizard.back"}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Laden …
In neuem Issue referenzieren