mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Removed data-value.
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
@endif
|
||||
</td>
|
||||
@if($account->lastActivityDate)
|
||||
<td data-value="{{$account->lastActivityDate->format('Y-m-d')}}">
|
||||
<td>
|
||||
{{{$account->lastActivityDate->format('j F Y')}}}
|
||||
</td>
|
||||
@else
|
||||
<td data-value="0000-00-00">
|
||||
<td>
|
||||
<em>Never</em>
|
||||
</td>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user