mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Mar cleanup.
This commit is contained in:
@@ -24,9 +24,8 @@
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<?php $active = $account->lastActionDate(); ?>
|
||||
@if($active)
|
||||
{{{$active->format('j F Y')}}}
|
||||
@if($account->lastActionDate)
|
||||
{{{$account->lastActionDate->format('j F Y')}}}
|
||||
@else
|
||||
<em>Never</em>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user