mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
Fix comma thing [skip ci]
This commit is contained in:
parent
0715b7406e
commit
48b169c026
@ -166,9 +166,9 @@
|
|||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
{% for index,budget in inactive %}
|
{% for index,budget in inactive %}
|
||||||
{% if index != inactive|length-1 %}
|
{% if index != inactive|length-1 %}
|
||||||
<a href="{{ route('budgets.show',budget.id) }}">{{ budget.name }}</a>,
|
|
||||||
{% else %}
|
|
||||||
<a href="{{ route('budgets.show',budget.id) }}">{{ budget.name }}</a>
|
<a href="{{ route('budgets.show',budget.id) }}">{{ budget.name }}</a>
|
||||||
|
{% else %}
|
||||||
|
<a href="{{ route('budgets.show',budget.id) }}">{{ budget.name }}</a>,
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user