Add classes to the th elements for everything in topic list too

This commit is contained in:
Neil Lalonde 2013-06-14 18:26:49 -04:00
parent 29a1329378
commit 06b7085287

View file

@ -16,14 +16,14 @@
{{#if currentUser}}
<th>&nbsp;</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>