]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/default/index.html.twig
Fix default route
[airbundle] / 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 %}