Small fix for the budget overview.

This commit is contained in:
James Cole 2014-09-09 10:43:12 +02:00
parent 71b11e26d2
commit 33d4fd4af0

View File

@ -53,7 +53,7 @@
</div>
</td>
<td>
<a href="{{route('budgets.show',$repetition->limit->budget->id,$repetition->id)}}">
<a href="{{route('budgets.show',[$repetition->limit->budget->id,$repetition->id])}}">
{{{$repetition->limit->budget->name}}}
</a>
</td>