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}}
|
{{#if currentUser}}
|
||||||
<th> </th>
|
<th> </th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<th>
|
<th class='main-link'>
|
||||||
{{i18n topic.title}}
|
{{i18n topic.title}}
|
||||||
</th>
|
</th>
|
||||||
<th>{{i18n category_title}}</th>
|
<th class='category'>{{i18n category_title}}</th>
|
||||||
<th>{{i18n top_contributors}}</th>
|
<th class='posters'>{{i18n top_contributors}}</th>
|
||||||
<th class='num'>{{i18n posts}}</th>
|
<th class='num posts'>{{i18n posts}}</th>
|
||||||
<th class='num'>{{i18n likes}}</th>
|
<th class='num likes'>{{i18n likes}}</th>
|
||||||
<th class='num'>{{i18n views}}</th>
|
<th class='num views'>{{i18n views}}</th>
|
||||||
<th class='num activity' colspan='2'>{{i18n activity}}</th>
|
<th class='num activity' colspan='2'>{{i18n activity}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue