2015-09-21 14:43:23 -07:00

7 lines
192 B
Handlebars

{{#if topic}}
<a href="{{baseuri}}/t/{{topic.slug}}/{{topic.id}}"
>{{{topic.fancy_title}}}</a> ({{topic.posts_count}})
{{else}}
<a href="{{baseuri}}/t/{{id}}">{{id}}</a>
{{/if}}