BUGFIX: anon had skewed column titles

This commit is contained in:
Sam 2014-02-04 13:29:16 +11:00
parent 04f1a5c3f8
commit 9bfe0e5a0e

View File

@ -9,11 +9,13 @@
<table id='topic-list'> <table id='topic-list'>
<thead> <thead>
<tr> <tr>
{{#if currentUser}}
<th> <th>
{{#if canBulkSelect}} {{#if canBulkSelect}}
<button class='btn bulk-select' {{action toggleBulkSelect}} title="{{i18n topics.bulk.toggle}}"><i class='fa fa-list'></i></button> <button class='btn bulk-select' {{action toggleBulkSelect}} title="{{i18n topics.bulk.toggle}}"><i class='fa fa-list'></i></button>
{{/if}} {{/if}}
</th> </th>
{{/if}}
{{#sortable-heading sortBy="default" sortOrder=sortOrder}} {{#sortable-heading sortBy="default" sortOrder=sortOrder}}
{{i18n topic.title}} {{i18n topic.title}}
{{/sortable-heading}} {{/sortable-heading}}