FIX: tags weren't showing on /top
This commit is contained in:
parent
61584f6c0c
commit
9fad338650
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue