# HG changeset patch # User duong tam kien # Date 1488297647 -3600 # Node ID 376158f6d7606b278ca87f21bd667dcc6be8c5d8 # Parent 323fe141893c117bdf6d727771c3b4d1a2dfa801 hides title and description if there is none diff -r 323fe141893c -r 376158f6d760 src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue --- a/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Tue Feb 28 16:49:14 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Tue Feb 28 17:00:47 2017 +0100 @@ -17,14 +17,14 @@
- + -

{{ title || 'Pas de titre' }}

+

{{ title || 'Pas de titre' }}

- + -

{{ description || 'Pas de description' }}

+

{{ description || 'Pas de description' }}