Update views and translations.

This commit is contained in:
James Cole
2018-08-11 19:22:28 +02:00
parent cd6c727730
commit 54b76a03ce
13 changed files with 193 additions and 23 deletions

View File

@@ -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>

View File

@@ -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]) }}">