mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix user id route
This commit is contained in:
parent
0a218cfd3a
commit
7b3ab7de7b
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="padding-16-px margin-y-8-px border-radius-3-px background-color-night">
|
||||
<div class="row">
|
||||
<div class="column width-80">
|
||||
<a href="{{ path('user_info', {'id': activity.user.id}) }}">
|
||||
<a href="{{ path('user_info', { userId : activity.user.id }) }}">
|
||||
<img class="vertical-align-middle border-radius-50 border-color-default border-width-2-px margin-r-8-px"
|
||||
src="{{ activity.user.identicon }}"
|
||||
alt="{{ 'identicon'|trans }}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue