ghost
1 year ago
8 changed files with 493 additions and 187 deletions
@ -0,0 +1,16 @@ |
|||||||
|
<div class="row"> |
||||||
|
<div class="column width-80"> |
||||||
|
<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-l-4-px"> |
||||||
|
{{ 'approved torrent' | trans }} |
||||||
|
</span> |
||||||
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
||||||
|
{{ torrent.name }} |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="column width-20 text-right"> |
||||||
|
{{ added | format_ago }} |
||||||
|
</div> |
||||||
|
</div> |
@ -0,0 +1,16 @@ |
|||||||
|
<div class="row"> |
||||||
|
<div class="column width-80"> |
||||||
|
<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-l-4-px"> |
||||||
|
{{ 'disapproved torrent' | trans }} |
||||||
|
</span> |
||||||
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
||||||
|
{{ torrent.name }} |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="column width-20 text-right"> |
||||||
|
{{ added | format_ago }} |
||||||
|
</div> |
||||||
|
</div> |
Loading…
Reference in new issue