Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 20:32:54 +01:00
13 Zeilen
257 B
Handlebars
13 Zeilen
257 B
Handlebars
<div class="admin-wizard-select">
|
|
{{combo-box
|
|
value=wizardId
|
|
content=wizardList
|
|
onChange=(route-action "changeWizard")
|
|
options=(hash
|
|
none="admin.wizard.select"
|
|
)}}
|
|
</div>
|
|
|
|
<div class="admin-wizard-container">
|
|
{{outlet}}
|
|
</div>
|