0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/custom.hbs

17 Zeilen
367 B
Handlebars

2017-10-13 15:02:34 +02:00
{{#if showCanvas}}
{{wizard-canvas}}
{{/if}}
2021-04-12 16:19:53 +02:00
<div class="wizard-column">
<div class="wizard-column-contents">
2017-10-13 15:02:34 +02:00
{{outlet}}
</div>
2021-04-12 16:19:53 +02:00
<div class="wizard-footer">
2017-10-13 15:02:34 +02:00
{{#if customWizard}}
2021-04-12 16:19:53 +02:00
<img src={{logoUrl}} style="background-image: initial; width: 33px; height: 33px;" >
2017-10-13 15:02:34 +02:00
{{else}}
2021-04-12 16:19:53 +02:00
<div class="discourse-logo"></div>
2017-10-13 15:02:34 +02:00
{{/if}}
</div>
</div>