From ff42bef1b69f9e274745c42aef6318691f228b5d Mon Sep 17 00:00:00 2001 From: jbrw Date: Fri, 30 Sep 2022 17:14:21 -0400 Subject: [PATCH] DEV: Add new plugin outlet in topic list header (#18444) --- .../javascripts/discourse/app/templates/topic-list-header.hbr | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr b/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr index cdca90b5c5c..7a7c44f30d9 100644 --- a/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr +++ b/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr @@ -7,6 +7,7 @@ {{/if}} {{raw "topic-list-header-column" order='default' name=listTitle bulkSelectEnabled=bulkSelectEnabled showBulkToggle=toggleInTitle canBulkSelect=canBulkSelect canDoBulkActions=canDoBulkActions}} +{{raw-plugin-outlet name="topic-list-header-after-main-link"}} {{#if showPosters}} {{raw "topic-list-header-column" order='posters' ariaLabel=(i18n "category.sort_options.posters")}} {{/if}}