Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dbbe31
)
Fix default route
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:30:31 +0000
(
05:30
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:30:31 +0000
(
05:30
+0100)
Resources/views/default/index.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/default/index.html.twig
b/Resources/views/default/index.html.twig
index 9ce4b116de2547f5c913e7fb7ea424fb1412a782..20e2b0fe2f8057e845c5144dac2962e16a821120 100644
(file)
--- a/
Resources/views/default/index.html.twig
+++ b/
Resources/views/default/index.html.twig
@@
-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 %}