Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 20:32:54 +01:00
13 Zeilen
338 B
Handlebars
13 Zeilen
338 B
Handlebars
<label class={{currentStateClass}}>
|
|
{{#if currentState}}
|
|
{{#if insufficientCharactersCategories}}
|
|
{{html-safe (wizard-i18n currentStateKey catLinks=catLinks)}}
|
|
{{else}}
|
|
{{wizard-i18n currentStateKey}}
|
|
{{/if}}
|
|
{{/if}}
|
|
</label>
|
|
|
|
{{#if showSimilarTopics}}
|
|
{{wizard-similar-topics topics=similarTopics}}
|
|
{{/if}}
|