mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-09 13:24:53 +00:00
9 lines
199 B
Handlebars
9 lines
199 B
Handlebars
{{#if topic}}
|
|
<a href="{{baseuri}}/t/{{topic.slug}}/{{topic.id}}">
|
|
{{html-safe topic.fancy_title}}
|
|
</a>
|
|
({{topic.posts_count}})
|
|
{{else}}
|
|
<a href="{{baseuri}}/t/{{id}}">{{id}}</a>
|
|
{{/if}}
|