src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue
changeset 483 dce041bc57a9
parent 482 b71475c27159
child 485 47080491b330
equal deleted inserted replaced
482:b71475c27159 483:dce041bc57a9
    32                     v-bind:original-tags="annotation.tags"
    32                     v-bind:original-tags="annotation.tags"
    33                     v-bind:readonly="readonly"
    33                     v-bind:readonly="readonly"
    34                     @change="onTagsChange($event.tags)"></tag-list>
    34                     @change="onTagsChange($event.tags)"></tag-list>
    35                 <input type="hidden" name="tags" v-model="serializedTags">
    35                 <input type="hidden" name="tags" v-model="serializedTags">
    36             </div>
    36             </div>
    37             <p class="small text-center text-muted" v-show="annotation">
    37             <p class="small text-center text-muted" v-if="annotation">
    38                 <a v-bind:href="revisionsUrlComputed">Dernière version</a>
    38                 <a v-bind:href="revisionsUrlComputed">Dernière version</a>
    39                 <span>{{ dateComputed }} par</span>
    39                 <span>{{ dateComputed }} par</span>
    40                 <a v-bind:href="authorUrlComputed">{{ annotation.author }}</a>
    40                 <a v-bind:href="authorUrlComputed">{{ annotation.author }}</a>
    41             </p>
    41             </p>
    42             <button type="submit" v-if="annotation &amp;&amp; !readonly" v-bind:class="{ disabled: !hasChanged }"
    42             <button type="submit" v-if="annotation &amp;&amp; !readonly" v-bind:class="{ disabled: !hasChanged }"