From: Raphaƫl Gertz Date: Sat, 12 Oct 2024 23:08:34 +0000 (+0200) Subject: Comment unavailable routes X-Git-Tag: 0.0.2 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/44b4f96b7d8ddb221325c36d9d9846a65f27d2f8 Comment unavailable routes --- 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 %}