From 44b4f96b7d8ddb221325c36d9d9846a65f27d2f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Oct 2024 01:08:34 +0200 Subject: [PATCH] Comment unavailable routes --- Resources/views/base.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Resources/views/base.html.twig b/Resources/views/base.html.twig index 77819c9..6fae26c 100644 --- a/Resources/views/base.html.twig +++ b/Resources/views/base.html.twig @@ -30,9 +30,9 @@ {% endif %} {% endfor %} {% endif %} - {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #} + {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysTreeBundle/Resources/public/css/{reset,screen}.css' #} {% stopwatch 'stylesheet' %} - {% stylesheet '@RapsysAir/css/{reset,droidsans,lemon,notoemoji,screen}.css' %} + {% stylesheet '@RapsysTree/css/{reset,droidsans,lemon,notoemoji,screen}.css' %} {% endstylesheet %} {% endstopwatch %} @@ -70,7 +70,8 @@ {% block header_nav %} {% endblock %} {# @@ -128,6 +130,7 @@ {% endblock %} {% block footer %} {% endblock %} {% endblock %} -- 2.41.1