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

fix hgno title

parent 7b9a50a0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
--><router-link class="article_ref" v-if="item.type == 'article_ref'" :to="item.ref" @click.native="article_link_click(item)" :key="index">
<span class="link_text">{{item.link_text}}</span><!--
-->
<span class="homograph" v-if="item.lemmas[0].hgno" :aria-label="dictionary=='bm'? 'Betydning': 'Tyding' + ' nummer '+item.lemmas[0].hgno" :title="dictionary=='bm'? 'Betydning': 'Tyding' + ' nummer '+item.lemmas[0].hgno" :key="index"><!--
<span class="homograph" v-if="item.lemmas[0].hgno" :aria-label="`${dictionary=='bm'? 'Betydning': 'Tyding'} ${item.lemmas[0].hgno}`" :title="`${dictionary=='bm'? 'Betydning': 'Tyding'} ${item.lemmas[0].hgno}`" :key="index"><!--
--> ({{roman_hgno(item.lemmas[0])}}{{item.definition_order ? '': ')'}}</span>
<span class="def_order" v-if="item.definition_order" :aria-label="'definisjon '+item.definition_order">{{item.lemmas[0].hgno ? ', ': ' ('}}{{item.definition_order}})</span>
</router-link>
......
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