Merge branch 'develop' of https://github.com/JC5/firefly-iii into develop

* 'develop' of https://github.com/JC5/firefly-iii:
  Fix link to non-existing budget
This commit is contained in:
James Cole 2016-03-22 16:54:31 +01:00
commit efff44cba9

View File

@ -22,7 +22,7 @@
{% for balanceLine in balance.getBalanceLines %}
<tr>
{% if balanceLine.getBudget %}
{% if balanceLine.getBudget.id %}
<td>
<a href="{{ route('budgets.show',balanceLine.getBudget.id) }}">{{ balanceLine.getTitle }}</a>
</td>