mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 12:44:25 +00:00
make identicon clickable
This commit is contained in:
parent
285a5104e2
commit
4f24ec22d2
@ -4,7 +4,9 @@
|
||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||
<form name="profile" action="{{ path('user_profile') }}" method="post">
|
||||
<div class="text-center">
|
||||
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
<a href="{{ path('user_info', { userId : user.id }) }}">
|
||||
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
</a>
|
||||
</div>
|
||||
<h2>{{ 'Profile'|trans }}</h2>
|
||||
<table class="width-100">
|
||||
|
Loading…
x
Reference in New Issue
Block a user