add full_name_display in contacts

stable
Juanfran 2015-05-27 15:30:20 +02:00
parent 0963b6ead0
commit 4b96a53108
1 changed files with 2 additions and 2 deletions

View File

@ -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')}}