Browse Source

remove deprecated construction

main
ghost 1 year ago
parent
commit
1cd252b610
  1. 2
      templates/default/torrent/list.html.twig

2
templates/default/torrent/list.html.twig

@ -59,7 +59,7 @@ @@ -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 %}

Loading…
Cancel
Save