0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/top-notices/prompt-completion.hbs

8 Zeilen
232 B
Handlebars

2020-04-14 07:46:06 +02:00
{{#each site.complete_custom_wizard as |wizard|}}
2021-04-12 16:19:53 +02:00
<div class="row">
<div class="alert alert-info alert-wizard">
<a href={{wizard.url}}>{{i18n "wizard.complete_custom" name=wizard.name}}</a>
2020-04-14 07:46:06 +02:00
</div>
</div>
2021-04-12 16:19:53 +02:00
{{/each}}