[Boyscout] Useless title on tags removed

This commit is contained in:
Simounet 2023-06-14 22:25:35 +02:00
parent 5d1abde36d
commit 18943d191f
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770

View File

@ -1,7 +1,7 @@
{% if tags is iterable and tags is not empty %}
<ul class="tags{{ listClass|default("") }}">
{% for tag in tags %}
<li class="chip" title="{{ tag.label }}">
<li class="chip">
<a class="chip-label" href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a>
{% if withRemove is defined and withRemove == true %}
<a class="chip-action" href="{{ path('remove_tag', {'entry': entryId, 'tag': tag.id}) }}" onclick="return confirm('{{ 'entry.confirm.delete_tag'|trans|escape('js') }}')">