vault/ui/app/templates/components/wizard/tutorial-error.hbs
madalynrose 34c815b37a
UI: onboarding wizard progress bar (#5516)
Onboarding will now display your progress through the chosen tutorials
2018-10-18 15:19:50 -04:00

16 lines
452 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 />
</button>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <ICon @glyph="chevron-right" @size=10 />
</button>
</WizardSection>