mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Small cosmetic changes.
This commit is contained in:
@@ -47,7 +47,9 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{{ budgetLine.getLeft|formatAmount }}
|
||||
{% if(budgetLine.getOverspent == 0) %}
|
||||
{{ budgetLine.getLeft|formatAmount }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if budgetLine.getOverspent != 0 %}
|
||||
|
||||
Reference in New Issue
Block a user