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