mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit d436b600fb.
Triple curlies are still necessary for some raw templates.
15 lines
360 B
Handlebars
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}}
|