Skip to content
Snippets Groups Projects
Commit 6b8a7336 authored by Matthieu Etourneau's avatar Matthieu Etourneau
Browse files

sonar

parent 607c2751
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
v-if="qrcode" v-if="qrcode"
class="qrcode" class="qrcode"
> >
<img :src="qrcode"> <img :src="qrcode" alt="qrcode">
<p> <p>
Ce QR code vous permet de vous connecter à l'application mobile GéoContrib (bientôt disponible) Ce QR code vous permet de vous connecter à l'application mobile GéoContrib (bientôt disponible)
</p> </p>
......
...@@ -24,16 +24,19 @@ ...@@ -24,16 +24,19 @@
v-if="editionService.geom_type === 'linestring'" v-if="editionService.geom_type === 'linestring'"
class="list-image-type" class="list-image-type"
src="@/assets/img/line.png" src="@/assets/img/line.png"
alt="line"
> >
<img <img
v-if="editionService.geom_type === 'point'" v-if="editionService.geom_type === 'point'"
class="list-image-type" class="list-image-type"
src="@/assets/img/marker.png" src="@/assets/img/marker.png"
alt="marker"
> >
<img <img
v-if="editionService.geom_type === 'polygon'" v-if="editionService.geom_type === 'polygon'"
class="list-image-type" class="list-image-type"
src="@/assets/img/polygon.png" src="@/assets/img/polygon.png"
alt="polygon"
> >
</a> </a>
......
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