From 83a1f0eb044a0df6bf4bfdd899642894b2bed510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yonel=20Ceruto=20Gonz=C3=A1lez?= Date: Sat, 9 Jan 2016 01:38:47 -0500 Subject: [PATCH] Added parameter mandatory --- cookbook/profiler/data_collector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/profiler/data_collector.rst b/cookbook/profiler/data_collector.rst index 8b14f3d8701..7e30fbaebf2 100644 --- a/cookbook/profiler/data_collector.rst +++ b/cookbook/profiler/data_collector.rst @@ -203,7 +203,7 @@ must also define additional blocks: {% endset %} - {{ include('@WebProfiler/Profiler/toolbar_item.html.twig') }} + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', {'link': true}) }} {% endblock %} {% block head %}