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