mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix balance view [skip ci]
This commit is contained in:
parent
7867f26120
commit
f4786c3ec8
@ -29,8 +29,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: right;">
|
<td style="text-align: right;">
|
||||||
{% if(balanceLine.getBudget.amount) %}
|
{% if(balanceLine.getBudgetLimit.amount) %}
|
||||||
{{ balanceLine.getBudget.amount|formatAmount }}
|
{{ balanceLine.getBudgetLimit.amount|formatAmount }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ '0'|formatAmount }}
|
{{ '0'|formatAmount }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -46,7 +46,6 @@
|
|||||||
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="balance-amount"
|
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="balance-amount"
|
||||||
data-account-id="{{ balanceEntry.getAccount.id }}"
|
data-account-id="{{ balanceEntry.getAccount.id }}"
|
||||||
data-budget-id="{{ balanceLine.getBudget.id }}" data-role="{{ balanceLine.getRole }}"></i>
|
data-budget-id="{{ balanceLine.getBudget.id }}" data-role="{{ balanceLine.getRole }}"></i>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if balanceEntry.getLeft != 0 %}
|
{% if balanceEntry.getLeft != 0 %}
|
||||||
<span class="text-success" style="text-align: right;">{{ (balanceEntry.getLeft)|formatAmountPlain }}</span>
|
<span class="text-success" style="text-align: right;">{{ (balanceEntry.getLeft)|formatAmountPlain }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user