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/list/topic-excerpt.hbr
2020-02-11 13:38:12 -06:00

9 lines
214 B
Plaintext

{{#if topic.hasExcerpt}}
<div class="topic-excerpt">
{{{dir-span topic.escapedExcerpt}}}
{{#if topic.excerptTruncated}}
<a href="{{topic.url}}">{{i18n 'read_more'}}</a>
{{/if}}
</div>
{{/if}}