Merge pull request #2471 from hamuz/patch-1

Add date attribute to the list row
This commit is contained in:
James Cole 2019-08-23 15:34:19 +02:00 committed by GitHub
commit 731ef7b13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>