16 lines
452 B
Handlebars
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>
|