mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix margin
This commit is contained in:
parent
038abfbb52
commit
5e25b15de3
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
<a href="{{ path('user_info', { userId : user.id }) }}">
|
<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 }}" />
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
|
||||||
</a>
|
</a>
|
||||||
{{ 'disapproved locales edition' | trans }}
|
<span class="margin-l-4-px">
|
||||||
|
{{ 'disapproved 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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue