0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/top-notices/prompt-completion.hbs
Angus McLeod ce55b4671e Linting
2024-11-22 17:11:51 +01:00

10 Zeilen
Kein EOL
261 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}}