Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
7 Zeilen
233 B
Handlebars
7 Zeilen
233 B
Handlebars
|
{{#each site.complete_custom_wizard as |wizard|}}
|
||
|
<div class='row'>
|
||
|
<div class='alert alert-info alert-wizard'>
|
||
|
<a href="{{wizard.url}}">{{i18n 'wizard.complete_custom' name=wizard.name}}</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{/each}}
|