mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Whoops, forgot the brackets.
This commit is contained in:
parent
a40859c0bb
commit
654ebe0c48
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<a class="list-group-item" title="{{ journal.date.formatLocalized(trans('config.month_and_day')) }}"
|
<a class="list-group-item" title="{{ journal.date.formatLocalized(trans('config.month_and_day')) }}"
|
||||||
|
|
||||||
{% if journal.isOpeningBalance %}
|
{% if journal.isOpeningBalance() %}
|
||||||
href="#"
|
href="#"
|
||||||
{% else %}
|
{% else %}
|
||||||
href="{{ route('transactions.show',journal.id) }}"
|
href="{{ route('transactions.show',journal.id) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user