Skip to content

Commit

Permalink
FIX: topics with no replies should show coldness in activity column
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jan 20, 2014
1 parent a0d9821 commit daa5d02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit daa5d02

Please sign in to comment.