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

Change to use tags removed fields instead of raw fields

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