mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add rel/nofollow for wanted links
This commit is contained in:
parent
f5d4c19eb9
commit
27e598fded
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@
|
|||
{% if torrent.scrape.leechers > 0 and torrent.scrape.seeders == 0 %}
|
||||
<a href="{{ path('torrent_file_wanted', { torrentId : torrent.id }) }}"
|
||||
class="label label-green font-size-10-px position-relative display-inline-block"
|
||||
title="{{ 'Active leechers waiting for seeders' | trans }}">
|
||||
title="{{ 'Active leechers waiting for seeders' | trans }}"
|
||||
rel="nofollow">
|
||||
{{ 'wanted' | trans }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue