diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 279092bf6..c06740624 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -87,7 +87,7 @@
-
+
{# Flash messages ! #}
{% for flashMessage in app.session.flashbag.get('success') %} @@ -118,12 +118,14 @@ {% block personcontent %}{%endblock%}
- {# Note: activeRouteKey should be defined in Controller or child layout #} - {{ chill_menu('person', { - 'layout': 'ChillPersonBundle::menu.html.twig', - 'args' : {'person_id': person.id }, - 'activeRouteKey': activeRouteKey - }) }} +
+ {# Note: activeRouteKey should be defined in Controller or child layout #} + {{ chill_menu('person', { + 'layout': 'ChillPersonBundle::menu.html.twig', + 'args' : {'person_id': person.id }, + 'activeRouteKey': activeRouteKey + }) }} +
diff --git a/Resources/views/menu.html.twig b/Resources/views/menu.html.twig index 82be5518c..003d02a32 100644 --- a/Resources/views/menu.html.twig +++ b/Resources/views/menu.html.twig @@ -14,16 +14,14 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . #} -
- -
\ No newline at end of file + \ No newline at end of file