Merge pull request #2198 from borhub/prevent_bgcolor_issues_in_basic_topic_list

Align basic-topic-list table structure with Categories page topic-list table structure
This commit is contained in:
Neil Lalonde 2014-03-27 12:26:37 -04:00
commit 11c586ed93

View File

@ -1,6 +1,7 @@
{{#if loaded}}
{{#if topics}}
<table id="topic-list">
<thead>
<tr>
{{#sortable-heading sortBy="default" sortOrder=sortOrder}}
{{i18n topic.title}}
@ -23,7 +24,9 @@
{{i18n activity}}
{{/sortable-heading}}
</tr>
</thead>
<tbody>
{{#groupedEach topic in topics}}
<tr {{bind-attr class="archived"}}>
<td class='main-link'>
@ -70,6 +73,7 @@
{{/if}}
</tr>
{{/groupedEach}}
</tbody>
</table>
{{else}}