mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
make identicon clickable
This commit is contained in:
parent
285a5104e2
commit
4f24ec22d2
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
<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">
|
<form name="profile" action="{{ path('user_profile') }}" method="post">
|
||||||
<div class="text-center">
|
<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>
|
</div>
|
||||||
<h2>{{ 'Profile'|trans }}</h2>
|
<h2>{{ 'Profile'|trans }}</h2>
|
||||||
<table class="width-100">
|
<table class="width-100">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue