Skip to content
Snippets Groups Projects
Commit ae4dc3e4 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

treat field name as text

parent b9d1ecec
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1210treat field name as text
Pipeline #29733 passed
......@@ -20,13 +20,14 @@
:key="index"
class="user-profile-field"
>
<!-- eslint-disable vue/no-v-html -->
<dt
:title="user.fields_text[index].name"
class="user-profile-field-name"
@click.prevent="linkClicked"
v-html="field.name"
/>
>
{{ field.name }}
</dt>
<!-- eslint-disable vue/no-v-html -->
<dd
:title="user.fields_text[index].value"
class="user-profile-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