Skip to content
Snippets Groups Projects
Commit 9ed51935 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'hotfix-hyperlink-whitespace' into 'prod'

Hotfix hyperlink whitespace

See merge request spraksamlingane/beta.ordbok.uib.no!88
parents 1d586d01 9a22155a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ workflow: ...@@ -11,7 +11,7 @@ workflow:
- if: $CI_COMMIT_TAG != null - if: $CI_COMMIT_TAG != null
build-dev: build-dev:
image: node:latest image: node:16
tags: tags:
- spraaksamlingene_01 - spraaksamlingene_01
stage: build stage: build
...@@ -36,7 +36,7 @@ build-dev: ...@@ -36,7 +36,7 @@ build-dev:
- dist - dist
build-prod: build-prod:
image: node:latest image: node:16
tags: tags:
- spraaksamlingene_01 - spraaksamlingene_01
stage: build stage: build
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<li <li
:key="index" :key="index"
v-for="(item, index) in body.elements" v-for="(item, index) in body.elements"
><router-link >{{' '}}<router-link
:to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')" :to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')"
@click.native="article_link_click(item)" @click.native="article_link_click(item)"
> {{item.lemmas[0].lemma}}</router-link> >{{item.lemmas[0].lemma}}</router-link>
</li> </li>
</ul> </ul>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment