0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-01 02:48:56 +01:00
discourse-custom-wizard/assets/javascripts/wizard/templates/custom.hbs

17 Zeilen
367 B
Handlebars

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