mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
Removed date value.
This commit is contained in:
parent
7b6723e9a2
commit
d3bbb6fb1f
@ -8,7 +8,7 @@
|
||||
@endif
|
||||
<th>Current balance</th>
|
||||
<th>Active</th>
|
||||
<th data-dateformat="DD MMMM YYYY">Last activity</th>
|
||||
<th data-dateformat="D MMMM YYYY">Last activity</th>
|
||||
<th>Balance difference between {{Session::get('start')->format('jS F Y')}} and {{Session::get('end')->format('jS F Y')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -41,7 +41,7 @@
|
||||
@endif
|
||||
</td>
|
||||
@if($account->lastActivityDate)
|
||||
<td data-value="{{$account->lastActivityDate->format('Y-m-d')}}">
|
||||
<td>
|
||||
{{{$account->lastActivityDate->format('j F Y')}}}
|
||||
</td>
|
||||
@else
|
||||
|
Loading…
Reference in New Issue
Block a user