From 39a859d85e102d2d79307f740f7c8993a1ecf3b3 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Aug 2015 17:27:45 +0200 Subject: [PATCH] Better size for person menu --- Resources/views/layout.html.twig | 16 +++++++++------- Resources/views/menu.html.twig | 24 +++++++++++------------- 2 files changed, 20 insertions(+), 20 deletions(-) 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