FIX: tags weren't showing on /top

This commit is contained in:
Neil Lalonde 2016-12-29 14:07:33 -05:00
parent 61584f6c0c
commit 9fad338650
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@
</div>
{{/unless}}
{{#if context.topic.tags}}
{{#if topic.tags}}
<div class='discourse-tags'>
{{#each context.topic.visibleListTags as |tag|}}
{{#each topic.visibleListTags as |tag|}}
{{discourse-tag tag}}
{{/each}}
</div>