Skip to content
Snippets Groups Projects
Verified Commit d2e334da authored by kPherox's avatar kPherox
Browse files

Add tooltip

parent 87940ead
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1004Display profile fields
......@@ -22,11 +22,13 @@
>
<!-- eslint-disable vue/no-v-html -->
<dt
:title="user.fields[index].name"
class="user-profile-field-name"
@click.prevent="linkClicked"
v-html="field.name"
/>
<dd
:title="user.fields[index].value"
class="user-profile-field-value"
@click.prevent="linkClicked"
v-html="field.value"
......
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