mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
Add classes to the th elements for everything in topic list too
This commit is contained in:
parent
29a1329378
commit
06b7085287
@ -16,14 +16,14 @@
|
||||
{{#if currentUser}}
|
||||
<th> </th>
|
||||
{{/if}}
|
||||
<th>
|
||||
<th class='main-link'>
|
||||
{{i18n topic.title}}
|
||||
</th>
|
||||
<th>{{i18n category_title}}</th>
|
||||
<th>{{i18n top_contributors}}</th>
|
||||
<th class='num'>{{i18n posts}}</th>
|
||||
<th class='num'>{{i18n likes}}</th>
|
||||
<th class='num'>{{i18n views}}</th>
|
||||
<th class='category'>{{i18n category_title}}</th>
|
||||
<th class='posters'>{{i18n top_contributors}}</th>
|
||||
<th class='num posts'>{{i18n posts}}</th>
|
||||
<th class='num likes'>{{i18n likes}}</th>
|
||||
<th class='num views'>{{i18n views}}</th>
|
||||
<th class='num activity' colspan='2'>{{i18n activity}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user