mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
make tabs and submenus working
This commit is contained in:
@@ -25,10 +25,15 @@ This view should receive those arguments:
|
||||
<p class="nationality detail without_nationality">{% trans %}views.Person.view.without_nationality{% endtrans %}</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{{ include("::menu.html.twig", {'person': person, 'menu_composer' : menu_composer }) }}
|
||||
|
||||
<section class="tabs vertical">
|
||||
{{ include("CLChillPersonBundle::menu.html.twig",
|
||||
{'person': person, 'menu_composer' : menu_composer, 'route_active': 'chill_person_view' }) }}
|
||||
|
||||
<div class="tab-content active columns height">
|
||||
<p>My tab is active so I'll show up first! Inb4 tab 3!</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user