Untagged entries number removed from the filter's sidebar

This commit is contained in:
Simounet
2023-08-31 11:32:20 +02:00
parent ec4d23b584
commit 452362c17a
2 changed files with 2 additions and 6 deletions

View File

@ -118,9 +118,9 @@
<h4 class="center">{{ 'entry.filters.title'|trans }}</h4>
<div class="row">
{% if current_route != 'untagged' and nbEntriesUntagged != 0 %}
{% if current_route != 'untagged' %}
<div class="col s12 center-align">
<a href="{{ path('untagged') }}">{{ 'tag.list.see_untagged_entries'|trans }} ({{ nbEntriesUntagged }})</a>
<a href="{{ path('untagged') }}">{{ 'tag.list.see_untagged_entries'|trans }}</a>
</div>
{% endif %}