Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
11 Zeilen
Kein EOL
288 B
Handlebars
11 Zeilen
Kein EOL
288 B
Handlebars
{{#if showTopics}}
|
|
<ul>
|
|
{{#each 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}} |