mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Small fix for the budget overview.
This commit is contained in:
parent
71b11e26d2
commit
33d4fd4af0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user