From 476a8b024b65741662d95cfdd90f64c8b3ecb4b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 19 Oct 2020 09:57:22 +0200 Subject: [PATCH] Remove locations index --- Resources/views/location/index.html.twig | 36 ------------------------ 1 file changed, 36 deletions(-) delete mode 100644 Resources/views/location/index.html.twig 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 %} -- 2.41.0