mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Fix style
This commit is contained in:
@@ -94,12 +94,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for index, transaction in group.transactions %}
|
{% for index, transaction in group.transactions %}
|
||||||
{% set style="text-align:right;" %}
|
{% set style="" %}
|
||||||
{% if group.transactions|length == loop.index and group.count > 1 %}
|
{% if group.transactions|length == loop.index and group.count > 1 %}
|
||||||
{% set style="text-align:right;border-bottom:1px #aaa solid;" %}
|
{% set style="border-bottom:1px #aaa solid;" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}">
|
<tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}">
|
||||||
<td style=" {{ style|raw }}" class="hidden-xs">
|
<td style=" {{ style|raw }};text-align:right;" class="hidden-xs">
|
||||||
{% if transaction.transaction_type_type == 'Withdrawal' %}
|
{% if transaction.transaction_type_type == 'Withdrawal' %}
|
||||||
<span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span>
|
<span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user