mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Fixed view. [skip-ci]
This commit is contained in:
@@ -27,9 +27,7 @@
|
|||||||
<a href="{{ route('budgets.show',balanceLine.getBudget.id) }}">{{ balanceLine.getTitle }}</a>
|
<a href="{{ route('budgets.show',balanceLine.getBudget.id) }}">{{ balanceLine.getTitle }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
[source]
|
|
||||||
{{ balanceLine.getBudget.amount|formatAmount }}
|
{{ balanceLine.getBudget.amount|formatAmount }}
|
||||||
<!-- { { balanceLine.getRepetition.amount|formatAmount } } -->
|
|
||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td colspan="2">{{ balanceLine.getTitle }}</td>
|
<td colspan="2">{{ balanceLine.getTitle }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user