diff --git a/app/assets/javascripts/discourse/lib/render-tags.js.es6 b/app/assets/javascripts/discourse/lib/render-tags.js.es6 index c8e1eeabfa7..1389502f77d 100644 --- a/app/assets/javascripts/discourse/lib/render-tags.js.es6 +++ b/app/assets/javascripts/discourse/lib/render-tags.js.es6 @@ -42,7 +42,7 @@ export default function(topic, params){ if (customHtml || (tags && tags.length > 0)) { buffer = "
"; if (tags) { - for(var i=0; i {{/unless}} - {{#if topic.tags}} -
- {{#each topic.visibleListTags as |tag|}} - {{discourse-tag tag}} - {{/each}} -
- {{/if}} + {{discourse-tags topic mode="list"}} {{raw-plugin-outlet name="topic-list-tags"}}