This commit is contained in:
James Cole
2018-08-14 20:08:07 +02:00
parent 11be33e942
commit 035dc8ceb4
5 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@
{% if budgets|length > 1 %}
{{ ExpandedForm.select('budget_id', budgets, budgetId) }} {##}
{% else %}
{{ ExpandedForm.select('budget_id', budgets, budgetId, {helpText: trans('firefly.no_budget_pointer')}) }}
{{ ExpandedForm.select('budget_id', budgets, budgetId, {helpText: trans('firefly.no_budget_pointer', {link: route('budgets.index')})}) }}
{#budgets#}
{% endif %}