Some expanded things.

This commit is contained in:
James Cole
2015-05-16 16:47:52 +02:00
parent c576902501
commit 2e7edd033c
4 changed files with 53 additions and 5 deletions

View File

@@ -18,7 +18,13 @@
<!-- make rows -->
{% for balanceLine in balance.getBalanceLines %}
<tr>
<td>{{ balanceLine.getBudget.name }}</td>
<td>
{% if balanceLine.getBudget %}
<a href="{{ route('budgets.show',balanceLine.getBudget.id) }}">{{ balanceLine.getBudget.name }}</a>
{% else %}
{{ 'noBudget'|_ }}
{% endif %}
</td>
<td>{{ balanceLine.getBudgetAmount|formatAmount }}</td>
{% for balanceEntry in balanceLine.getBalanceEntries %}
<td class="text-danger">