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 %}
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
{% if(balanceLine.getBudget.amount) %}
|
||||
{{ balanceLine.getBudget.amount|formatAmount }}
|
||||
{% if(balanceLine.getBudgetLimit.amount) %}
|
||||
{{ balanceLine.getBudgetLimit.amount|formatAmount }}
|
||||
{% else %}
|
||||
{{ '0'|formatAmount }}
|
||||
{% endif %}
|
||||
@ -46,7 +46,6 @@
|
||||
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="balance-amount"
|
||||
data-account-id="{{ balanceEntry.getAccount.id }}"
|
||||
data-budget-id="{{ balanceLine.getBudget.id }}" data-role="{{ balanceLine.getRole }}"></i>
|
||||
|
||||
{% endif %}
|
||||
{% if balanceEntry.getLeft != 0 %}
|
||||
<span class="text-success" style="text-align: right;">{{ (balanceEntry.getLeft)|formatAmountPlain }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user