0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/components/custom-wizard-similar-topics.hbs
2024-11-22 16:45:50 +01:00

11 Zeilen
Kein EOL
298 B
Handlebars

{{#if this.showTopics}}
<ul>
{{#each this.topics as |topic|}}
<li>{{custom-wizard-similar-topic topic=topic}}</li>
{{/each}}
</ul>
{{else}}
<a role="button" class="show-topics" {{action "toggleShowTopics"}}>
{{i18n "realtime_validations.similar_topics.show"}}
</a>
{{/if}}