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}}