ghost
1 year ago
6 changed files with 162 additions and 6 deletions
@ -0,0 +1,12 @@ |
|||||||
|
<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> |
||||||
|
<span class="margin-x-4-px"> |
||||||
|
{{ 'downloaded torrent file' | trans }} |
||||||
|
</span> |
||||||
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
||||||
|
{{ torrent.name }} |
||||||
|
</a> |
||||||
|
<div class="float-right"> |
||||||
|
{{ added | format_ago }} |
||||||
|
</div> |
@ -0,0 +1,12 @@ |
|||||||
|
<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> |
||||||
|
<span class="margin-x-4-px"> |
||||||
|
{{ 'downloaded magnet link' | trans }} |
||||||
|
</span> |
||||||
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
||||||
|
{{ torrent.name }} |
||||||
|
</a> |
||||||
|
<div class="float-right"> |
||||||
|
{{ added | format_ago }} |
||||||
|
</div> |
Loading…
Reference in new issue