mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update views and translations.
This commit is contained in:
@@ -31,7 +31,12 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{# actual list #}
|
||||
{% include 'list.journals' with {'journals': journals} %}
|
||||
{% if periods.count > 0 %}
|
||||
{# page is not "all"-overview#}
|
||||
{% include 'list.transactions' %}
|
||||
{% else %}
|
||||
{% include 'list.transactions' with {showCategories: true, showBudgets: true, showBill:true} %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
{# links for other views #}
|
||||
|
||||
Reference in New Issue
Block a user