Skip to content
Snippets Groups Projects
Commit 202f5912 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Merge branch 'develop' into redmine-issues/11784

parents 14f7f1df 8f5f69ff
No related branches found
No related tags found
No related merge requests found
......@@ -495,13 +495,13 @@ const mapUtil = {
return `
<h4>
<a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_url}">${feature.properties.title}</a>
<a href="${feature_url}">${feature.properties.title}</a>
</h4>
<div>
Statut : ${status}
</div>
<div>
Type : <a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_type_url}"> ${feature_type.title} </a>
Type : <a href="${feature_type_url}"> ${feature_type.title} </a>
</div>
<div>
Dernière mise à jour : ${date_maj}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment