0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/admin-wizards-wizard.hbs
Angus McLeod 61ad74e07b Revert "Update action usage"
This reverts commit 37685ea8cf.
2022-04-04 12:14:00 +02:00

23 Zeilen
438 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="createWizard"
label="admin.wizard.create"
icon="plus"}}
</div>
{{wizard-message
key=messageKey
url=messageUrl
component="wizard"}}
<div class="admin-wizard-container settings">
{{outlet}}
</div>