0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/similar-topics-validator.hbs

13 Zeilen
330 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}}
2023-07-10 08:55:54 +02:00
{{/if}}