open-vault/ui/app/templates/components/wizard/tutorial-paused.hbs

18 lines
606 B
Handlebars
Raw Normal View History

<WizardContent
@headerText="Vault Web UI Guide"
@glyph="tour"
@class="collapsed"
@hidePopup={{true}}
>
<button type="button" class="button is-transparent dismiss-collapsed" {{action onDismiss}}>
<Icon @glyph="cancel-plain" aria-label="Close"/>
</button>
2018-08-28 05:03:55 +00:00
<p>Feel free to explore Vault. Click below to get back to the guide or close this window.</p>
<div class="box wizard-divider-box">
<button type="button" class="button is-transparent has-icon-left has-text-white" {{action onAdvance}}>
<Chevron @direction="up" />
2018-08-28 05:03:55 +00:00
Back to guide
</button>
</div>
</WizardContent>