From 0d4d7e0b9b4fd2aa4482982238fa67b8e3c346db Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Sun, 29 Jan 2012 11:47:22 +0100 Subject: [PATCH] [WebProfilerBundle] Make the toolbar use the common JS --- .../views/Profiler/toolbar_js.html.twig | 27 +++++++------------ 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig index 69aaafb476..cbd6b58479 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig @@ -1,23 +1,16 @@ +{% include 'WebProfilerBundle:Profiler:base_js.html.twig' %}