Add css selector for 'star' th element
Allows custom css rules to hide this column.
This commit is contained in:
parent
05bb756ec4
commit
216ee9f2f1
|
@ -31,7 +31,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
{{#if currentUser}}
|
||||
<th>
|
||||
<th class='star'>
|
||||
{{#if canBulkSelect}}
|
||||
<button class='btn bulk-select' {{action toggleBulkSelect}} title="{{i18n topics.bulk.toggle}}"><i class='fa fa-list'></i></button>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue