mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Small formatting fixes in reports.
This commit is contained in:
parent
7b8c86e1e3
commit
1966d87ce6
@ -39,13 +39,15 @@
|
||||
</td>
|
||||
<td>
|
||||
{% if budgetLine.getSpent != 0 %}
|
||||
<span class="text-danger">{{ budgetLine.getSpent|formatAmountPlain }}</span>
|
||||
{% endif %}
|
||||
|
||||
{% if budgetLine.getSpent == 0 %}
|
||||
{{ budgetLine.getSpent|formatAmount }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if budgetLine.getLeft != 0 %}
|
||||
{{ budgetLine.getLeft|formatAmount }}
|
||||
{% endif %}
|
||||
{{ budgetLine.getLeft|formatAmount }}
|
||||
</td>
|
||||
<td>
|
||||
{% if budgetLine.getOverspent != 0 %}
|
||||
|
Loading…
Reference in New Issue
Block a user