mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix line break for wanted label
This commit is contained in:
parent
4969d33f57
commit
82f69c64a6
2 changed files with 1 additions and 5 deletions
|
|
@ -34,7 +34,7 @@
|
|||
</h2>
|
||||
{% if torrent.scrape.leechers > 0 and torrent.scrape.seeders == 0 %}
|
||||
<a href="{{ path('torrent_file_wanted', { torrentId : torrent.id }) }}"
|
||||
class="label label-green margin-l-4-px font-size-10-px position-relative top--2"
|
||||
class="label label-green font-size-10-px position-relative display-inline-block"
|
||||
title="{{ 'Active leechers waiting for seeders' | trans }}">
|
||||
{{ 'wanted' | trans }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue