From: Raphaƫl Gertz Date: Thu, 13 Oct 2022 13:17:13 +0000 (+0200) Subject: New header layout X-Git-Tag: 0.3.0~169 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/f857585f74e85205b20ab1e45dd93b5b2698fdfb?ds=sidebyside New header layout --- diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index d187053..62cc1c5 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -1,16 +1,17 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
+
-

{{ title }}

-

{{ description }}

+

{{ description }}

{% if calendar is defined and calendar %}
{% for date, day in calendar %}
-

{{ day.title }}

+
+

{{ day.title }}

+
{% if day.sessions is not empty %}
    {% for session in day.sessions %}