#2089 Étiquettes index de personnes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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="'( «'+oc.form+'» )'" />
|
||||
</a>
|
||||
</h4>
|
||||
<!-- <span
|
||||
|
||||
Reference in New Issue
Block a user