DEV: Adds raw plugin outlets to topic list headers (#11519)
This commit is contained in:
parent
6eee731bf9
commit
4b1d98e878
|
@ -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"~}}
|
||||
|
|
Loading…
Reference in New Issue