add suggestions en footer
This commit is contained in:
parent
9eb08073d0
commit
6707385ec9
4 changed files with 14 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue