bach 10 months ago
parent
commit
a423cecec3
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/pages/Edition.vue

+ 9 - 9
src/pages/Edition.vue

@@ -34,15 +34,15 @@
           <p>{{ date }}</p>
         </div> -->
         <div v-if="biblio" class="biblio">
-          <p v-html="biblio.description" />
-          <a
-            :href="edition_manifestation_href"
-            @click.prevent="onClickManifestation"
-            @keyup.enter="onClickManifestation"
-          >
-            <!-- // todo better label
-            {{ biblio.uuid }} -->
-          </a>
+          <p>
+            <a
+              :href="edition_manifestation_href"
+              @click.prevent="onClickManifestation"
+              @keyup.enter="onClickManifestation"
+              title="Consulter la notice bibliographique"
+              v-html="biblio.description"
+            />
+          </p>
         </div>
       </aside>