mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add classes to the th elements for everything in topic list too
This commit is contained in:
parent
29a1329378
commit
06b7085287
1 changed files with 6 additions and 6 deletions
|
@ -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…
Reference in a new issue