|
|
@ -1,8 +1,6 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="column width-80"> |
|
|
|
<div class="column width-80"> |
|
|
|
<span class="margin-l-4-px"> |
|
|
|
{{ 'Seeders wanted for torrent' | trans }} |
|
|
|
{{ 'seeders wanted for torrent' | trans }} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
{% if session.user.moderator or session.user.owner %} |
|
|
|
{% if session.user.moderator or session.user.owner %} |
|
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
|
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
|
|
|
{{ torrent.name }} |
|
|
|
{{ torrent.name }} |
|
|
|