]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix default route
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:30:31 +0000 (05:30 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:30:31 +0000 (05:30 +0100)
Resources/views/default/index.html.twig

index 9ce4b116de2547f5c913e7fb7ea424fb1412a782..20e2b0fe2f8057e845c5144dac2962e16a821120 100644 (file)
@@ -1,7 +1,7 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
        <section id="content">
-               <h2><a href="{{ path('rapsys_air_index') }}">{{ section }}</a></h2>
+               <h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2>
                <p>{{ 'Welcome to the outdoor space reservation system'|trans }}</p>
        </section>
 {% endblock %}