I missed one td that needs the activity class

This commit is contained in:
Neil Lalonde 2013-06-18 18:53:34 -04:00
parent 21efbc7d92
commit 66c18a0bec

View file

@ -72,5 +72,5 @@
<td class='num activity'> <td class='num activity'>
<a href="{{url}}" class='age' title='{{i18n first_post}}: {{{unboundDate created_at}}}'>{{unboundAge created_at}}</a> <a href="{{url}}" class='age' title='{{i18n first_post}}: {{{unboundDate created_at}}}'>{{unboundAge created_at}}</a>
</td> </td>
<td></td> <td class='activity'></td>
{{/if}} {{/if}}