FIX: rendering of tags intersection when show_filter_by_tag is off

This commit is contained in:
Neil Lalonde 2016-08-16 14:02:03 -04:00
parent 53894daae9
commit d835326406

View file

@ -35,7 +35,7 @@
{{discourse-tag-bound tagRecord=tag style="simple"}}
{{#each additionalTags as |tag|}}
<span>&amp;</span>
{{discourse-tag-bound tagRecord=tag style="simple"}}
{{discourse-tag tag style="simple"}}
{{/each}}
</h2>
{{/if}}