mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 10:21:25 -06:00
Merge pull request #2471 from hamuz/patch-1
Add date attribute to the list row
This commit is contained in:
commit
731ef7b13c
@ -54,7 +54,7 @@ TODO: hide and show columns
|
||||
{% if group.transactions|length == loop.index and group.count > 1 %}
|
||||
{% set style="border-bottom:1px #aaa solid;" %}
|
||||
{% endif %}
|
||||
<tr>
|
||||
<tr data-date="{{ transaction.date.format('Y-m-d') }}">
|
||||
<td style=" {{ style|raw }}">
|
||||
{% if transaction.transaction_type_type == 'Withdrawal' %}
|
||||
<i class="fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user