fixed bad links href #2055

This commit is contained in:
2023-02-27 17:00:54 +01:00
parent 232b44f3c6
commit bfcad2d728
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<article class="result item">
<h1>
<a
:href="'/edition/'+result.textId+'/'+result.uuid"
:href="'/texts/'+result.textId+'/'+result.uuid"
@click.prevent="onclick"
@keyup.enter="onclick"
v-html="result.title"
@@ -10,7 +10,7 @@
</h1>
<h2>
<a
:href="'/edition/'+result.textId+'/'+result.uuid"
:href="'/texts/'+result.textId+'/'+result.uuid"
@click.prevent="onclick"
@keyup.enter="onclick"
v-html="editionTitle"
+1 -1
View File
@@ -13,7 +13,7 @@
:class="{active: isActive, loaded: isLoaded, notitle: noTitle}"
>
<a
:href="'/edition/'+editionid+'/'+item.uuid"
:href="'/texts/'+editionid+'/'+item.uuid"
:uuid="item.uuid"
@click.prevent="onclick"
@keyup.enter="onclick"