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 ed554fa15f0..2f785f6065a 100644 --- a/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr +++ b/app/assets/javascripts/discourse/app/templates/topic-list-header.hbr @@ -1,3 +1,4 @@ +{{~raw-plugin-outlet name="topic-list-header-before"~}} {{#if bulkSelectEnabled}} {{#if canBulkSelect}} @@ -18,3 +19,4 @@ {{/if}} {{raw "topic-list-header-column" sortable=sortable number='true' order='views' name='views'}} {{raw "topic-list-header-column" sortable=sortable number='true' order='activity' name='activity'}} +{{~raw-plugin-outlet name="topic-list-header-after"~}}