FIX: mobile categories page should show the same dates as desktop categories page

This commit is contained in:
Neil Lalonde 2015-04-09 17:06:44 -04:00
parent 0d90b495a8
commit 930937cfd5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</div>
</td>
<td class='num posts'>{{number t.posts_count}}</td>
<td class='num age'><span class="{{cold-age-class t.created_at}}" title='{{raw-date t.created_at}}'>{{{format-age t.created_at}}}</span></td>
<td class='num age'><span class="{{cold-age-class t.last_posted_at}}" title='{{raw-date t.last_posted_at}}'>{{{format-age t.last_posted_at}}}</span></td>
</tr>
{{/each}}