DEV: Adds raw plugin outlets to topic list headers (#11519)

This commit is contained in:
Joe 2020-12-17 23:08:38 +08:00 committed by GitHub
parent 6eee731bf9
commit 4b1d98e878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
{{~raw-plugin-outlet name="topic-list-header-before"~}}
{{#if bulkSelectEnabled}}
<th class="bulk-select">
{{#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"~}}