From 610aa772f283b71f337c7c635312e195097e82fc Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 25 Dec 2017 21:49:25 +0800 Subject: [PATCH] Another tweak of placement of loading spinner --- .../wizard/templates/components/wizard-step.hbs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/wizard/templates/components/wizard-step.hbs b/assets/javascripts/wizard/templates/components/wizard-step.hbs index 8348c769..e1381d0d 100644 --- a/assets/javascripts/wizard/templates/components/wizard-step.hbs +++ b/assets/javascripts/wizard/templates/components/wizard-step.hbs @@ -28,13 +28,12 @@
- {{#if showQuitButton}} - {{i18n "wizard.quit"}} - {{/if}} - {{#if saving}} {{loading-spinner size='small'}} {{else}} + {{#if showQuitButton}} + {{i18n "wizard.quit"}} + {{/if}} {{#if showBackButton}} {{i18n "wizard.back"}} {{/if}}