From d8353264064743d69b532edcc0f4cced3b9de219 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 16 Aug 2016 14:02:03 -0400 Subject: [PATCH] FIX: rendering of tags intersection when show_filter_by_tag is off --- app/assets/javascripts/discourse/templates/tags/show.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/tags/show.hbs b/app/assets/javascripts/discourse/templates/tags/show.hbs index 3c35139e5..9cf29e587 100644 --- a/app/assets/javascripts/discourse/templates/tags/show.hbs +++ b/app/assets/javascripts/discourse/templates/tags/show.hbs @@ -35,7 +35,7 @@ {{discourse-tag-bound tagRecord=tag style="simple"}} {{#each additionalTags as |tag|}} & - {{discourse-tag-bound tagRecord=tag style="simple"}} + {{discourse-tag tag style="simple"}} {{/each}} {{/if}}