src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue
changeset 483 dce041bc57a9
parent 482 b71475c27159
child 485 47080491b330
--- a/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue	Fri Apr 28 11:29:47 2017 +0200
+++ b/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue	Fri Apr 28 11:38:44 2017 +0200
@@ -34,7 +34,7 @@
                     @change="onTagsChange($event.tags)"></tag-list>
                 <input type="hidden" name="tags" v-model="serializedTags">
             </div>
-            <p class="small text-center text-muted" v-show="annotation">
+            <p class="small text-center text-muted" v-if="annotation">
                 <a v-bind:href="revisionsUrlComputed">Dernière version</a>
                 <span>{{ dateComputed }} par</span>
                 <a v-bind:href="authorUrlComputed">{{ annotation.author }}</a>