diff options
Diffstat (limited to 'src/components/mention_link/mention_link.vue')
| -rw-r--r-- | src/components/mention_link/mention_link.vue | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index fe16cbf5..c9baee10 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -19,18 +19,19 @@ > <a class="short button-unstyled" + :class="{ '-with-tooltip': shouldShowTooltip }" :href="url" @click.prevent="onClick" > <!-- eslint-disable vue/no-v-html --> - <FAIcon + <span + class="shortName" + ><FAIcon v-if="useAtIcon" size="sm" icon="at" class="at" - /><span - class="shortName" - >{{ !useAtIcon ? '@' : '' }}<span + />{{ !useAtIcon ? '@' : '' }}<span class="userName" v-html="userName" /><span |
