Got up to categories with the new tables.

This commit is contained in:
James Cole
2014-11-14 10:17:12 +01:00
parent 0530c0402c
commit ac2ab65471
11 changed files with 114 additions and 21 deletions

View File

@@ -26,7 +26,7 @@
<td>
<?php $active = $account->lastActionDate(); ?>
@if($active)
{{{$active->format('j F Y @ H:i')}}}
{{{$active->format('j F Y')}}}
@else
<em>Never</em>
@endif