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:
@@ -22,13 +22,15 @@
|
||||
<h3 class="box-title">{{ subTitle }}</h3>
|
||||
</div>
|
||||
<div class="box-body ">
|
||||
{% include 'list.journals' with {'journals': journals, 'hideCategories':true} %}
|
||||
|
||||
{% if periods.count > 0 %}
|
||||
{% include 'list.transactions' %}
|
||||
<p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<a href="{{ route('categories.no-category.all') }}">{{ 'show_all_no_filter'|_ }}</a>
|
||||
</p>
|
||||
{% else %}
|
||||
{% include 'list.transactions' with {showBudgets:true, showBill:true} %}
|
||||
<p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<a href="{{ route('categories.no-category') }}">{{ 'show_the_current_period_and_overview'|_ }}</a>
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
<h3 class="box-title">{{ 'transactions'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{% include 'list.journals' with {hideCategories: true, hideBills: true} %}
|
||||
{% if periods.count > 0 %}
|
||||
{% include 'list.transactions' %}
|
||||
<p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<a href="{{ route('categories.show.all', [category.id]) }}">
|
||||
@@ -74,6 +74,7 @@
|
||||
</a>
|
||||
</p>
|
||||
{% else %}
|
||||
{% include 'list.transactions' with {showBudgets:true, showBill:true} %}
|
||||
<p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<a href="{{ route('categories.show', [category.id]) }}">
|
||||
|
||||
Reference in New Issue
Block a user