mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 17:45:31 +00:00
implement profile page #17
This commit is contained in:
parent
737b79b608
commit
ae8ec4823a
21 changed files with 740 additions and 364 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<header>
|
||||
<div class="container">
|
||||
<div class="row margin-t-8-px text-center">
|
||||
<a class="logo" href="{{ path('home_index') }}">
|
||||
<a class="logo" href="{{ path('dashboard_index') }}">
|
||||
<span>YGG</span>tracker
|
||||
</a>
|
||||
{% block header_search %}
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
<div class="column width-100">
|
||||
{% block main_profile %}
|
||||
{{ render(controller(
|
||||
'App\\Controller\\ProfileController::module',
|
||||
'App\\Controller\\UserController::module',
|
||||
{route : app.request.get('_route')}
|
||||
)) }}
|
||||
{% endblock %}
|
||||
<div class="padding-16-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">
|
||||
{% block main_content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue