mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: rendering of tags intersection when show_filter_by_tag is off
This commit is contained in:
parent
53894daae9
commit
d835326406
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
{{discourse-tag-bound tagRecord=tag style="simple"}}
|
||||
{{#each additionalTags as |tag|}}
|
||||
<span>&</span>
|
||||
{{discourse-tag-bound tagRecord=tag style="simple"}}
|
||||
{{discourse-tag tag style="simple"}}
|
||||
{{/each}}
|
||||
</h2>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in a new issue