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:
- if: $CI_COMMIT_TAG != null
build-dev:
image: node:latest
image: node:16
tags:
- spraaksamlingene_01
stage: build
......@@ -36,7 +36,7 @@ build-dev:
- dist
build-prod:
image: node:latest
image: node:16
tags:
- spraaksamlingene_01
stage: build
......
......@@ -5,10 +5,10 @@
<li
:key="index"
v-for="(item, index) in body.elements"
><router-link
>{{' '}}<router-link
:to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')"
@click.native="article_link_click(item)"
> {{item.lemmas[0].lemma}}</router-link>
>{{item.lemmas[0].lemma}}</router-link>
</li>
</ul>
</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