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

13 Zeilen
319 B
Handlebars

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>