open-vault/ui/app/templates/components/wizard/tutorial-error.hbs
2018-08-28 00:03:55 -05:00

16 lines
502 B
Handlebars

<WizardSection
@headerText="Oops!"
>
<p>
Something went wrong and you can't complete this step.
</p>
</WizardSection>
<WizardSection>
<button type="button" class="button next-feature-step" {{action onReset}}>
Go Back <ICon @glyph="reply" @size=12 @class="is-pulled-right" />
</button>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <ICon @glyph="chevron-right" @size=10 @class="is-pulled-right" />
</button>
</WizardSection>