move dashboard relations to the user controller

This commit is contained in:
ghost 2023-10-04 19:17:43 +03:00
parent 02e56e4d08
commit 8ee25d3a30
5 changed files with 59 additions and 48 deletions

View file

@ -13,7 +13,7 @@
<header>
<div class="container">
<div class="row margin-y-16-px text-center">
<a class="logo" href="{{ path('dashboard_activity') }}">
<a class="logo" href="{{ path('user_dashboard') }}">
<span>YGG</span>tracker
</a>
{% block header_search %}