From 658bc43034dccc3076fa5ce725ce047edd4b21cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:16:02 +0200 Subject: [PATCH] New header layout --- Resources/views/location/cities.html.twig | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/views/location/cities.html.twig b/Resources/views/location/cities.html.twig index 54e8690..a822f90 100644 --- a/Resources/views/location/cities.html.twig +++ b/Resources/views/location/cities.html.twig @@ -2,8 +2,7 @@ {% block content %}
-

{{ title }}

-

{{ description }}

+

{{ description }}

{% if cities is defined and cities %} @@ -13,7 +12,7 @@

{{ city.city }} ({{ city.id }})

-
+
{% if city.multimap is defined and city.multimap %} {% endif %} - {% for id, location in city.locations %} - - {% endfor %} +
    + {% for id, location in city.locations %} +
  • {% if city.multimap is defined and city.multimap %}{{ id }} {% endif %}{{ location.title }}
  • + {% endfor %} +
{% endfor %} -- 2.41.1