refacto labourage form
This commit is contained in:
parent
31b2bd4689
commit
5441abd405
12 changed files with 674 additions and 424 deletions
|
@ -86,6 +86,9 @@
|
|||
<td class="{{ commerce.noteContent ? 'filled' : '' }}">{{ commerce.noteContent }}</td>
|
||||
<td class="{{ commerce.siret ? 'filled' : '' }}"> <a href="https://annuaire-entreprises.data.gouv.fr/etablissement/{{ commerce.siret }}" > {{ commerce.siret }}</a></td>
|
||||
<td>
|
||||
{# (si siret clos) #}
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.openstreetmap.org/{{ commerce.osmKind }}/{{ commerce.osmId }}" title="{{ commerce.osmKind }} - {{ commerce.osmId }} " >
|
||||
<i class="bi bi-globe"></i>
|
||||
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
Siret
|
||||
</th>
|
||||
<th>
|
||||
<i class="bi bi-building"></i>
|
||||
Siret clos
|
||||
</th>
|
||||
<th>
|
||||
|
||||
Osm id</th>
|
||||
<th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue