Skip to content
Snippets Groups Projects
Commit 58e95931 authored by DESPRES Damien's avatar DESPRES Damien
Browse files

fix duplicate /geocontrib in url

parent a2ca4cbf
No related branches found
No related tags found
No related merge requests found
...@@ -495,13 +495,13 @@ const mapUtil = { ...@@ -495,13 +495,13 @@ const mapUtil = {
return ` return `
<h4> <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> </h4>
<div> <div>
Statut : ${status} Statut : ${status}
</div> </div>
<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>
<div> <div>
Dernière mise à jour : ${date_maj} 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