diff --git a/app/assets/javascripts/wizard/templates/components/wizard-step.hbs b/app/assets/javascripts/wizard/templates/components/wizard-step.hbs index 8b568b66c36..82e8bd6d0d7 100644 --- a/app/assets/javascripts/wizard/templates/components/wizard-step.hbs +++ b/app/assets/javascripts/wizard/templates/components/wizard-step.hbs @@ -1,16 +1,18 @@ -{{#if step.title}} -

{{step.title}}

-{{/if}} +
+ {{#if step.title}} +

{{step.title}}

+ {{/if}} -{{#if step.description}} -

{{{step.description}}}

-{{/if}} + {{#if step.description}} +

{{{step.description}}}

+ {{/if}} -{{#wizard-step-form step=step}} - {{#each step.fields as |field|}} - {{wizard-field field=field step=step}} - {{/each}} -{{/wizard-step-form}} + {{#wizard-step-form step=step}} + {{#each step.fields as |field|}} + {{wizard-field field=field step=step}} + {{/each}} + {{/wizard-step-form}} +