mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
hide header id
This commit is contained in:
parent
7b3ab7de7b
commit
0ab282e1c4
@ -5,11 +5,13 @@
|
||||
<div class="margin-b-16-px text-center">
|
||||
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
</div>
|
||||
{# @TODO username feature
|
||||
<div class="margin-b-16-px">
|
||||
<h1 class="display-block text-center margin-b-16-px">
|
||||
{{ 'User'|trans }} #{{ user.id }}
|
||||
</h1>
|
||||
</div>
|
||||
#}
|
||||
<div class="text-center">
|
||||
<a class="margin-l-8-px margin-r-4-px" href="{{ path('user_star_toggle', {userId : user.id}) }}" title="{{ 'Bookmark' | trans }}">
|
||||
{% if user.star.exist %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user