Expand route link for transactions without a budget.

This commit is contained in:
James Cole 2018-07-22 08:14:42 +02:00
parent 4d5bdd25a8
commit f7a1201d02

View File

@ -65,7 +65,7 @@
</div> </div>
<div class="box-body"> <div class="box-body">
<p> <p>
<a href="{{ route('budgets.no-budget') }}"> <a href="{{ route('budgets.no-budget', [start.format('Y-m-d'), end.format('Y-m-d')]) }}">
{{ trans('firefly.transactions_no_budget', {start: periodStart, end: periodEnd }) }} {{ trans('firefly.transactions_no_budget', {start: periodStart, end: periodEnd }) }}
</a> </a>
</p> </p>