From a0ddfc4246251527cdbf3b87c406183b51365c31 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Tue, 1 Mar 2016 17:26:04 +0100 Subject: [PATCH] fix debug toolbar rendering by removing inadvertently added links --- .../Resources/views/Profiler/toolbar_item.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig index 974fe4b29d..13fec12235 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig @@ -1,4 +1,4 @@ -{% if link|default(true) %} +{% if link is not defined or link %} {% set icon %} {{ icon }} {% endset %}