discourse/app/assets/javascripts/wizard/addon/templates/wizard.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
191 B
Handlebars
Raw Normal View History

{{hide-application-footer}}
<div id="wizard-main">
{{#if this.showCanvas}}
<WizardCanvas />
{{/if}}
<div class="discourse-logo">
<DiscourseLogo />
</div>
{{outlet}}
</div>