|
|
@ -1,11 +1,9 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="column width-80"> |
|
|
|
<div class="column width-80"> |
|
|
|
<a href="{{ path('user_info', { userId : user.id }) }}"> |
|
|
|
<a class="margin-r-4-px" href="{{ path('user_info', { userId : user.id }) }}"> |
|
|
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> |
|
|
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<span class="margin-l-4-px"> |
|
|
|
|
|
|
|
{{ 'have added locales edition' | trans }} |
|
|
|
{{ 'have added locales edition' | trans }} |
|
|
|
</span> |
|
|
|
|
|
|
|
{% if torrent.locales.exist %} |
|
|
|
{% if torrent.locales.exist %} |
|
|
|
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> |
|
|
|
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> |
|
|
|
#{{ torrent.locales.id }} |
|
|
|
#{{ torrent.locales.id }} |
|
|
|