diff --git a/src/components/Project/Detail/ProjectFeatureTypes.vue b/src/components/Project/Detail/ProjectFeatureTypes.vue index b2359625bb6137f6b410163c4554e229d9dfa52b..bfd0444977b669310ff602d42155d69a24ada76a 100644 --- a/src/components/Project/Detail/ProjectFeatureTypes.vue +++ b/src/components/Project/Detail/ProjectFeatureTypes.vue @@ -225,11 +225,14 @@ icon teal " - data-tooltip="Accéder à la documentation" + data-tooltip="Consulter la documentation" data-position="bottom right" data-variation="mini" > - <i class="question icon" /> + <i + class="question icon" + @click="goToDocumentation" + /> </div> <div id="nouveau-type-signalement"> @@ -569,6 +572,10 @@ export default { return navigator.onLine === false; }, + goToDocumentation() { + window.open('https://geocontrib.readthedocs.io/fr/latest/documentation_fonctionnelle/import_export/'); + }, + toNewGeojsonFeatureType() { this.importing = true; this.$router.push({