mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[tok] Linkify name column
This commit is contained in:
parent
022efb90fc
commit
e6c508620d
@ -74,7 +74,7 @@
|
||||
|
||||
<ExpandableList :values="profile.names" :limit="16" class="list-unstyled" :static="static" :expand="expandLinks">
|
||||
<template v-slot="s">
|
||||
<Opinion :word="convertName(s.el.value)" :opinion="s.el.opinion" :escape="false" :customOpinions="profile.opinions"/>
|
||||
<Opinion :word="convertName(s.el.value)" :opinion="s.el.opinion" :escape="false" :link="config.locale === 'tok' ? `${config.pronouns.prefix}/${s.el.value}` : null" :customOpinions="profile.opinions"/>
|
||||
</template>
|
||||
</ExpandableList>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user