remove deprecated construction

This commit is contained in:
ghost 2023-10-16 01:23:13 +03:00
parent bc67ae2198
commit 1cd252b610

View File

@ -59,7 +59,7 @@
{% if torrent.keywords %}
<div class="margin-b-16-px">
{% for keyword, quantity in torrent.keywords %}
<a href="{{ path('torrent_search', { query : keyword | url_encode(true) }) }}" title="{{ 'Contains' | trans }}: {{ quantity }}">
<a href="{{ path('torrent_search', { query : keyword | url_encode(true) }) }}">
#{{ keyword }}
</a>
{% endfor %}