mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Menu on right
This commit is contained in:
parent
4ede0e3db8
commit
18a6c0ec10
@ -24,11 +24,7 @@
|
|||||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||||
|
|
||||||
{% block layout_content %}
|
{% block layout_content %}
|
||||||
|
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
{% block vertical_menu_content %}<!-- vertical menu of the layoutWithVerticalMenu is empty -->
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
<div class="grid-8">
|
<div class="grid-8">
|
||||||
{# Flash messages ! #}
|
{# Flash messages ! #}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -60,5 +56,8 @@
|
|||||||
{% block layout_wvm_content %}<!-- content of the layoutWithVerticalMenu is empty -->
|
{% block layout_wvm_content %}<!-- content of the layoutWithVerticalMenu is empty -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% block vertical_menu_content %}<!-- vertical menu of the layoutWithVerticalMenu is empty -->
|
||||||
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user