Skip to content
Snippets Groups Projects
Commit 7fff4bf7 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#316

parent 5c418168
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
<div id="single_article_container" v-if="article">
<div class="return_to_results" v-if="search_results">
<router-link :to="article.source" @click.native="return_to_results()">
<img class="nav_arrow" src="../assets/arrow_left.svg"> Tilbake til søkeresultater
<img class="nav_arrow" src="../assets/arrow_left.svg">Tilbake til {{article.dictionary == 'bob' ? 'søkeresultater' : 'søkjeresultat'}}
</router-link>
</div>
<Article :key="article_key" :article="article" @article-click="article_link_click" />
......
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