0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-01-31 02:48:55 +01:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/top-notices/prompt-completion.hbs

10 Zeilen
260 B
Handlebars

2020-04-14 15:46:06 +10:00
{{#each site.complete_custom_wizard as |wizard|}}
2021-04-12 19:49:53 +05:30
<div class="row">
<div class="alert alert-info alert-wizard">
2023-07-10 07:55:54 +01:00
<a href={{wizard.url}}>{{i18n
"wizard.complete_custom"
name=wizard.name
}}</a>
2020-04-14 15:46:06 +10:00
</div>
</div>
2023-07-10 07:55:54 +01:00
{{/each}}