From 5ac7ce813268ad7a70e836620be3782a0329a850 Mon Sep 17 00:00:00 2001 From: Florian Semm Date: Thu, 24 May 2018 12:06:03 +0200 Subject: [PATCH] fix icon in profiler-toolbar --- Resources/views/Profiler/solr.html.twig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/views/Profiler/solr.html.twig b/Resources/views/Profiler/solr.html.twig index ce17dbfd..c670c083 100644 --- a/Resources/views/Profiler/solr.html.twig +++ b/Resources/views/Profiler/solr.html.twig @@ -13,12 +13,11 @@ {% endif %} {% else %} - + {{ include('@FSSolr/Profiler/icon.svg') }} + {% if collector.querycount > 0 %} {% set status = collector.querycount > 50 ? 'yellow' %} - {{ include('@FSSolr/Profiler/icon.svg') }} - {{ collector.querycount }} in