mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update class names
This commit is contained in:
parent
16696bc1d2
commit
f0a38e1bf5
5 changed files with 7 additions and 7 deletions
|
|
@ -63,7 +63,7 @@
|
|||
{% endif %}
|
||||
{{ 'by'|trans }}
|
||||
<a href="{{ path('user_info', { id : edition.user.id }) }}">
|
||||
<img class="border-radius-50 border-color-green vertical-align-middle" src="{{ edition.user.identicon }}" alt="{{'identicon'|trans }}" />
|
||||
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ edition.user.identicon }}" alt="{{'identicon'|trans }}" />
|
||||
</a>
|
||||
<div class="float-right">
|
||||
{% if edition.approved %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue