mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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:
commit
11c586ed93
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user