mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Various HTML fixes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user