#2089 Étiquettes index de personnes

This commit is contained in:
2023-06-18 22:59:20 +02:00
parent d4e66bfaca
commit 1be07149dc
4 changed files with 19 additions and 23 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
<span v-html="oc.title" /> <span v-if="oc.ed.uuid" class="edition">( {{ editionTitle }} )</span>
<span v-html="oc.title" /> <span v-if="oc.ed.uuid" class="edition">({{ editionTitle }})</span>
<!-- <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span> -->
</a>
</h4>
+1 -1
View File
@@ -10,7 +10,7 @@
@click.prevent="onGoToText($event, ed.item, oc.uuid, oc.ids[0])"
@keyup.enter="onGoToText($event, ed.item, oc.uuid, oc.ids[0])"
>
<span v-html="oc.title" /> <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span>
<span v-html="oc.title" /> <span v-if="oc.form" class="form" v-html="'( &laquo;'+oc.form+'&raquo; )'" />
</a>
</h4>
<!-- <span