add suggestions en footer

This commit is contained in:
Tykayn 2025-07-12 14:42:16 +02:00 committed by tykayn
parent 9eb08073d0
commit 6707385ec9
4 changed files with 14 additions and 12 deletions

View file

@ -70,8 +70,8 @@
<small>
{% if place.street %}
<a href="{{ path('app_public_street', {'cityId': stats.zone, 'streetName': place.street|url_encode }) }}">{{ place.street }}</a>
{% else %}
<span class="text-muted">(inconnue)</span>
{# {% else %}
<span class="text-muted">(inconnue)</span> #}
{% endif %}
{{ place.housenumber }}
</small>
@ -102,8 +102,8 @@
<small>
{% if place.street %}
<a href="{{ path('app_public_street', {'cityId': stats.zone, 'streetName': place.street|url_encode }) }}">{{ place.street }}</a>
{% else %}
<span class="text-muted">(inconnue)</span>
{# {% else %}
<span class="text-muted">(inconnue)</span> #}
{% endif %}
{{ place.housenumber }}
</small>
@ -134,8 +134,8 @@
<small>
{% if place.street %}
<a href="{{ path('app_public_street', {'cityId': stats.zone, 'streetName': place.street|url_encode }) }}">{{ place.street }}</a>
{% else %}
<span class="text-muted">(inconnue)</span>
{# {% else %}
<span class="text-muted">(inconnue)</span> #}
{% endif %}
{{ place.housenumber }}
</small>