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/discourse/templates/admin-wizards-wizard.hbs
2023-07-10 07:55:54 +01:00

20 Zeilen
Kein EOL
441 B
Handlebars

<div class="admin-wizard-controls">
{{combo-box
value=wizardListVal
content=wizardList
onChange=(route-action "changeWizard")
options=(hash none="admin.wizard.select")
}}
{{d-button
action=(route-action "createWizard")
label="admin.wizard.create"
icon="plus"
}}
</div>
{{wizard-message key=messageKey url=messageUrl component="wizard"}}
<div class="admin-wizard-container settings">
{{outlet}}
</div>