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