fixed bad links href #2055
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user