From c65b4c7d2d507fdc2b220a4d46ef7dad15d8ded7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pol=C3=ADvka?= Date: Tue, 29 Jul 2014 11:52:49 +0200 Subject: [PATCH] [WebProfilerBundle] turbolinks compatibility --- .../Resources/views/Profiler/toolbar.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig index bd76510a89..1170b9c4b5 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig @@ -1,6 +1,6 @@ {% if 'normal' != position %} -
+
{% endif %} -
+
{% for name, template in templates %} {{ template.renderblock('toolbar', { 'collector': profile.getcollector(name),