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

@ -38,7 +38,7 @@
</a>
{% endif %}
{{ 'by'|trans }}
<a href="{{ path('user_info', { id : edition.user.id }) }}">
<a href="{{ path('user_info', { userId : edition.user.id }) }}">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ edition.user.identicon }}" alt="{{'identicon'|trans }}" />
</a>
<div class="float-right">