2023-07-31 17:33:37 -04:00
|
|
|
<div
|
|
|
|
id="related-topics"
|
2023-08-17 13:37:14 -04:00
|
|
|
class="more-topics__list {{if this.hidden 'hidden'}}"
|
2023-07-31 17:33:37 -04:00
|
|
|
role="complementary"
|
|
|
|
aria-labelledby="related-topics-title"
|
2023-08-22 13:10:21 -04:00
|
|
|
{{did-insert this.registerList}}
|
|
|
|
{{will-destroy this.removeList}}
|
2023-07-31 17:33:37 -04:00
|
|
|
>
|
2023-08-17 13:37:14 -04:00
|
|
|
<h3 id="related-topics-title" class="more-topics__list-title">
|
2023-07-31 17:33:37 -04:00
|
|
|
{{i18n "discourse_ai.related_topics.title"}}
|
|
|
|
</h3>
|
|
|
|
<div class="topics">
|
|
|
|
<BasicTopicList @topics={{this.relatedTopics}} />
|
|
|
|
</div>
|
|
|
|
</div>
|