mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
add suggestions en footer
This commit is contained in:
parent
9eb08073d0
commit
6707385ec9
4 changed files with 14 additions and 12 deletions
|
@ -12,8 +12,8 @@
|
|||
<td>{{ place.modifiedDate | date('Y-m-d H:i:s') }}</td>
|
||||
<td>{% if place.street %}
|
||||
<a href="{{ path('app_public_street', {'cityId': place.stats ? place.stats.zone : place.zipCode, 'streetName': place.street|url_encode }) }}">{{ place.street }}</a>
|
||||
{% else %}
|
||||
<span class="text-muted">(inconnue)</span>
|
||||
{# {% else %} #}
|
||||
{# <span class="text-muted">(inconnue)</span> #}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ place.zipCode }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue