From 194f942a3b3fdf31f0eb40e1ae24b6d3e578d482 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Thu, 9 Jul 2020 19:35:45 +0200 Subject: [PATCH] Do not use warning color if legacy routing is disabled --- core-bundle/src/Resources/views/Collector/contao.html.twig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core-bundle/src/Resources/views/Collector/contao.html.twig b/core-bundle/src/Resources/views/Collector/contao.html.twig index 1ed9591f578..06b9268654a 100644 --- a/core-bundle/src/Resources/views/Collector/contao.html.twig +++ b/core-bundle/src/Resources/views/Collector/contao.html.twig @@ -84,7 +84,11 @@ {% endif %}
- {% if collector.summary.legacy_routing %}enabled{% else %}disabled{% endif %} + {% if collector.summary.legacy_routing %} + enabled + {% else %} + disabled + {% endif %} Legacy Routing