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