Skip to content
Snippets Groups Projects
Commit 005c6f2e authored by Alice Poggioli's avatar Alice Poggioli
Browse files

fix on label.

parent 008df63b
No related branches found
No related tags found
1 merge request!118Integration check
......@@ -33,7 +33,7 @@ div.block_list.flex
sib-display#entrepreneur_contact(
bind-user
fields='email'
label-email=`${data.Email}`
label-email=`${data.Email} : `
class-email="contact_profil"
widget-email='cs-display-resource-property'
)
\ No newline at end of file
......@@ -57,9 +57,9 @@ div.block_list.flex
sib-display#mentor_contact(
bind-user
fields='email, mentorProfile.phone, mentorProfile.linkedin, mentorProfile.twitter'
label-email=`${data.Email}`
label-email=`${data.Email} : `
class-email="contact_profil"
label-mentorProfile.phone=`${data.PhoneNumber}`
label-mentorProfile.phone=`${data.PhoneNumber} : `
class-mentorProfile.phone="contact_profil"
widget-email='cs-display-resource-property'
widget-mentorProfile.phone='cs-display-resource-property'
......
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