FIX: topics with no replies should show coldness in activity column

This commit is contained in:
Neil Lalonde 2014-01-17 12:32:56 -05:00
parent a0d9821b37
commit daa5d023d6

View File

@ -61,7 +61,7 @@
</td>
{{else}}
<td class='num activity'>
<a href="{{url}}" class='age' title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
<a href="{{url}}" {{{bindAttr class=":age ageCold"}}} title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
</td>
<td class='activity'></td>
{{/if}}