mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add publisher link #11
This commit is contained in:
parent
4a6dd85c60
commit
ffa59d6f82
2 changed files with 19 additions and 0 deletions
|
|
@ -177,6 +177,16 @@
|
|||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ 'Publisher'|trans }}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('user_info', { id : torrent.user.id }) }}">
|
||||
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ torrent.user.identicon }}" alt="{{'identicon'|trans }}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="padding-y-8-px border-bottom-default text-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue