mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-10 23:17:53 +00:00
12 lines
431 B
Twig
12 lines
431 B
Twig
<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">
|
|
{{ 'added star to torrent' | trans }}
|
|
</span>
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
|
|
{{ torrent.name }}
|
|
</a>
|
|
<div class="float-right">
|
|
{{ added | format_ago }}
|
|
</div> |