From 4b96a53108b43b64446c82c8bc9f38f535ae01f6 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 27 May 2015 15:30:20 +0200 Subject: [PATCH] add full_name_display in contacts --- app/modules/profile/profile-contacts/profile-contacts.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/profile/profile-contacts/profile-contacts.jade b/app/modules/profile/profile-contacts/profile-contacts.jade index ffc0e122..636c031d 100644 --- a/app/modules/profile/profile-contacts/profile-contacts.jade +++ b/app/modules/profile/profile-contacts/profile-contacts.jade @@ -14,8 +14,8 @@ section.profile-contacts div.profile-contact-data h1 - a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('name') }}") - | {{::contact.get('full_name')}} + a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('full_name_display') }}") + | {{::contact.get('full_name_display')}} p(ng-if="contact.bio") {{::contact.get('bio')}}