This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/suggested-topics.hbs

17 lines
388 B
Handlebars

<h3 class="suggested-topics-title">
{{i18n suggestedTitleLabel}}
</h3>
<div class="topics">
{{#if topic.isPrivateMessage}}
{{basic-topic-list
hideCategory="true"
showPosters="true"
topics=topic.suggestedTopics}}
{{else}}
{{basic-topic-list topics=topic.suggestedTopics}}
{{/if}}
</div>
<h3 class="suggested-topics-message">{{{browseMoreMessage}}}</h3>