Lots of changes.

This commit is contained in:
James Cole
2015-03-04 09:42:47 +01:00
parent 92af4e5c96
commit f5437a17f8
18 changed files with 316 additions and 162 deletions

View File

@@ -21,8 +21,11 @@
<a href="{{route('categories.show',$category->id)}}" title="{{{$category->name}}}">{{{$category->name}}}</a>
</td>
<td>
@if($category->lastActivity)
{{$category->lastActivity->format('jS F Y')}}
@else
<em>Never</em>
@endif
</td>
</tr>
@endforeach