From 36aec7f54642ff530b0cd813cbf40275072317ee Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 19 Sep 2022 12:35:13 -0400 Subject: [PATCH] DEV: Add two new plugin outlets in topic list (#18270) --- .../discourse/app/templates/list/topic-list-item.hbr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr index da667759fa4..dc1e35ac5e5 100644 --- a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr @@ -45,8 +45,12 @@ {{#if expandPinned}} {{raw "list/topic-excerpt" topic=topic}} {{/if}} + + {{~raw-plugin-outlet name="topic-list-main-link-bottom"}} +{{~raw-plugin-outlet name="topic-list-after-main-link"}} + {{#if showPosters}} {{raw "list/posters-column" posters=topic.featuredUsers}} {{/if}}