Various HTML fixes.

This commit is contained in:
James Cole
2017-08-20 12:43:31 +02:00
parent 4d595c1380
commit 6fcbe5a37f
26 changed files with 178 additions and 88 deletions

View File

@@ -68,14 +68,14 @@
{% include 'list.journals' with {hideCategories: true, hideBills: true} %}
{% if periods.count > 0 %}
<p>
<i class="fa fa-calendar" aria-hidden="true"></i>
<i class="fa fa-calendar"></i>
<a href="{{ route('categories.show', [category.id,'all']) }}">
{{ 'show_all_no_filter'|_ }}
</a>
</p>
{% else %}
<p>
<i class="fa fa-calendar" aria-hidden="true"></i>
<i class="fa fa-calendar"></i>
<a href="{{ route('categories.show', [category.id]) }}">
{{ 'show_the_current_period_and_overview'|_ }}
</a>