mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix event margin
This commit is contained in:
parent
82f69c64a6
commit
83ea09adad
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<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>
|
||||||
<span class="margin-x-4-px">
|
<span class="margin-l-4-px">
|
||||||
{{ 'have downloaded torrent file' | trans }}
|
{{ 'have downloaded torrent file' | trans }}
|
||||||
</span>
|
</span>
|
||||||
{% if session.user.moderator or session.user.owner %}
|
{% if session.user.moderator or session.user.owner %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue