0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/templates/custom-wizard.hbs

15 Zeilen
351 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">
2024-11-22 16:45:50 +01:00
{{#if this.customWizard}}
2023-07-10 08:55:54 +02:00
<img
2024-11-22 16:45:50 +01:00
src={{this.logoUrl}}
2023-07-10 08:55:54 +02:00
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>
2023-07-10 08:55:54 +02:00
</div>