fix user id route

This commit is contained in:
ghost 2023-10-09 16:09:01 +03:00
parent 0a218cfd3a
commit 7b3ab7de7b
4 changed files with 4 additions and 4 deletions

View file

@ -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 }}" />