mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add torrent contributors info #11
This commit is contained in:
parent
3a7a87a89e
commit
997d9db562
2 changed files with 38 additions and 7 deletions
|
|
@ -179,12 +179,14 @@
|
|||
{% endif %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ 'Publisher'|trans }}
|
||||
{{ 'Contributors'|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>
|
||||
{% for id, identicon in torrent.contributors %}
|
||||
<a href="{{ path('user_info', { id : id }) }}">
|
||||
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ identicon }}" alt="{{'identicon'|trans }}" />
|
||||
</a>
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -236,7 +238,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="padding-y-8-px border-bottom-default text-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue