This commit is contained in:
2023-06-20 16:39:32 +02:00
parent 665ddcebc3
commit a423cecec3
+9 -9
View File
@@ -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>