phpcomposeryggdrasiljs-lessbittorrentsphinxalt-websymfonywikidistributedsocial-networkcatalogtorrentmagnetfederatedsqlitetracker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
682 B
18 lines
682 B
<a href="{{ path('user_info', { userId : user.id }) }}"> |
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> |
|
</a> |
|
{{ 'deleted sensitive edition' | trans }} |
|
{% if torrent.sensitive.exist %} |
|
<a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}"> |
|
#{{ torrent.sensitive.id }} |
|
</a> |
|
{% else %} |
|
#{{ torrent.sensitive.id }} |
|
{% endif %} |
|
{{ 'for torrent' | trans }} |
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
|
{{ torrent.name }} |
|
</a> |
|
<div class="float-right"> |
|
{{ added | format_ago }} |
|
</div> |