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

fix s a modifications

parent dff356ad
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="content"> <div class="content">
{{ project.title }} {{ project.title }}
<div v-if="arraysOffline.length > 0"> <div v-if="arraysOffline.length > 0">
{{ arraysOffline.length }} modifications en attente {{ arraysOffline.length }} modification<span v-if="arraysOffline.length>1">s</span> en attente
<button <button
:disabled="isOffline()" :disabled="isOffline()"
@click="sendOfflineFeatures()" @click="sendOfflineFeatures()"
......
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