Skip to content
Snippets Groups Projects
Commit 8f5f69ff authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'ticket/12538' into 'develop'

REDMINE_ISSUE-12538 fix duplicate /geocontrib in url

See merge request geocontrib/geocontrib-frontend!161
parents 27acf666 58e95931
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