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/related-messages.hbs

15 lines
360 B
Handlebars

<h3 class="suggested-topics-title">
{{i18n "related_messages.title"}}
</h3>
<div class="topics">
{{basic-topic-list
hideCategory="true"
showPosters="true"
topics=topic.relatedMessages}}
</div>
{{#if targetUser}}
<h3 class="see-all-pms-message">{{{i18n "related_messages.see_all" path=searchLink username=targetUser.username}}}</h3>
{{/if}}