mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 19:35:30 +08:00
24 lines
1.1 KiB
Handlebars
24 lines
1.1 KiB
Handlebars
{{#if bulkSelectEnabled}}
|
|
<th class="bulk-select">
|
|
{{#if canBulkSelect}}
|
|
{{raw "flat-button" class="bulk-select" icon="list" title="topics.bulk.toggle"}}
|
|
{{/if}}
|
|
</th>
|
|
{{/if}}
|
|
{{raw "topic-list-header-column" order='default' name=listTitle bulkSelectEnabled=bulkSelectEnabled showBulkToggle=toggleInTitle canBulkSelect=canBulkSelect}}
|
|
{{#if showPosters}}
|
|
{{raw "topic-list-header-column" order='posters'}}
|
|
{{/if}}
|
|
{{raw "topic-list-header-column" sortable=sortable number='true' order='posts' name='replies'}}
|
|
{{#if showParticipants}}
|
|
{{raw "topic-list-header-column" order='participants' name='users'}}
|
|
{{/if}}
|
|
{{#if showLikes}}
|
|
{{raw "topic-list-header-column" sortable=sortable number='true' order='likes' name='likes'}}
|
|
{{/if}}
|
|
{{#if showOpLikes}}
|
|
{{raw "topic-list-header-column" sortable=sortable number='true' order='op_likes' name='likes'}}
|
|
{{/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'}}
|