mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fix style
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
{% set style="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 }};text-align:right;" class="hidden-xs">
|
<td style=" {{ style|raw }}" 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 %}
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style=" {{ style|raw }}">
|
<td style="{{ style|raw }};text-align:right;">
|
||||||
{# deposit #}
|
{# deposit #}
|
||||||
{% if transaction.transaction_type_type == 'Deposit' %}
|
{% if transaction.transaction_type_type == 'Deposit' %}
|
||||||
{{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}
|
{{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}
|
||||||
|
Reference in New Issue
Block a user