From 8409f423529a5c48bacb4455d9728586545ca37a Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 14 Feb 2017 17:40:13 -0500 Subject: [PATCH] Add outlet for injecting custom tags --- .../javascripts/discourse/templates/list/topic-list-item.raw.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs b/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs index 05b387b719a..79440b5f2db 100644 --- a/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs @@ -23,6 +23,7 @@ {{#each topic.visibleListTags as |tag|}} {{discourse-tag tag}} {{/each}} + {{raw-plugin-outlet name="topic-list-custom-tags"}} {{/if}} {{raw-plugin-outlet name="topic-list-tags"}}