From 55a7fb0500399a3ef7799792650c1f218deb45f3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 18 Jul 2016 18:54:48 +0200 Subject: [PATCH] Move the exception symbol one step up in the stack --- Resources/views/webprofiler.html.twig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/views/webprofiler.html.twig b/Resources/views/webprofiler.html.twig index 08e4d60d..899ea500 100644 --- a/Resources/views/webprofiler.html.twig +++ b/Resources/views/webprofiler.html.twig @@ -117,7 +117,7 @@ ↓ {{ pluginNames[idx-1] }} ↑ - {% if failureStack[idx] %} + {% if failureStack[idx-1] %} {% endif %} @@ -130,7 +130,11 @@ {% if loop.last %} ⟶ HTTP client - ↑ + ↑ + {% if failureStack[idx-1] %} + + {% endif %} + {% endif %} {% endfor %}