From: Raphaƫl Gertz Date: Mon, 19 Oct 2020 07:57:22 +0000 (+0200) Subject: Remove locations index X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/476a8b024b65741662d95cfdd90f64c8b3ecb4b5 Remove locations index --- diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig deleted file mode 100644 index 2ecfaa7..0000000 --- a/Resources/views/location/index.html.twig +++ /dev/null @@ -1,36 +0,0 @@ -{% extends '@RapsysAir/body.html.twig' %} -{% block content %} -
-

{% trans %}Locations{% endtrans %}

-
- {% if calendar is defined and calendar %} - - - - {% for date, day in calendar %} - - {% if loop.index % 7 == 0 and not loop.last %} - - - {% endif %} - {% endfor %} - - -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% endif %} -
- {% endif %} - {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
- {# dump(calendar) #} -
-{% endblock %}