mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 07:55:51 -06:00
Fixed sort format.
This commit is contained in:
parent
714c13bdbf
commit
b53aaf7dde
@ -8,7 +8,7 @@
|
||||
@endif
|
||||
<th>Current balance</th>
|
||||
<th>Active</th>
|
||||
<th data-dateformat="DD-MMM-YYYY">Last activity</th>
|
||||
<th data-dateformat="DD-MM-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>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<tr>
|
||||
<th data-defaultsort="disabled"> </th>
|
||||
<th>Name</th>
|
||||
<th data-dateformat="DD-MMM-YYYY">Last activity</th>
|
||||
<th data-dateformat="DD-MM-YYYY">Last activity</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user