fixed bad links href #2055
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<article class="result item">
|
<article class="result item">
|
||||||
<h1>
|
<h1>
|
||||||
<a
|
<a
|
||||||
:href="'/edition/'+result.textId+'/'+result.uuid"
|
:href="'/texts/'+result.textId+'/'+result.uuid"
|
||||||
@click.prevent="onclick"
|
@click.prevent="onclick"
|
||||||
@keyup.enter="onclick"
|
@keyup.enter="onclick"
|
||||||
v-html="result.title"
|
v-html="result.title"
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<h2>
|
<h2>
|
||||||
<a
|
<a
|
||||||
:href="'/edition/'+result.textId+'/'+result.uuid"
|
:href="'/texts/'+result.textId+'/'+result.uuid"
|
||||||
@click.prevent="onclick"
|
@click.prevent="onclick"
|
||||||
@keyup.enter="onclick"
|
@keyup.enter="onclick"
|
||||||
v-html="editionTitle"
|
v-html="editionTitle"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
:class="{active: isActive, loaded: isLoaded, notitle: noTitle}"
|
:class="{active: isActive, loaded: isLoaded, notitle: noTitle}"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
:href="'/edition/'+editionid+'/'+item.uuid"
|
:href="'/texts/'+editionid+'/'+item.uuid"
|
||||||
:uuid="item.uuid"
|
:uuid="item.uuid"
|
||||||
@click.prevent="onclick"
|
@click.prevent="onclick"
|
||||||
@keyup.enter="onclick"
|
@keyup.enter="onclick"
|
||||||
|
|||||||
Reference in New Issue
Block a user