From: Raphaƫl Gertz Date: Thu, 13 Oct 2022 13:16:02 +0000 (+0200) Subject: New header layout X-Git-Tag: 0.3.0~172 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/658bc43034dccc3076fa5ce725ce047edd4b21cc New header layout --- 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 %}