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

absolutt path

parent a17d865c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h2 v-if="hits.length">Søkeresultater</h2> <h2 v-if="hits.length">Søkeresultater</h2>
<ul> <ul>
<li v-for="(result, index) in extended_results" :key="index"> <li v-for="(result, index) in extended_results" :key="index">
<a :href="lang + '/' + result.id">{{result.label}}</a> ({{result.classification}}) <a :href="'/' + lang + '/' + result.id">{{result.label}}</a> ({{result.classification}})
</li> </li>
</ul> </ul>
</div> </div>
......
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