Fix contacts images in user profile

stable
Xavier Julián 2016-10-21 09:57:05 +02:00
parent d1cdcfafcb
commit 67031a3fb9
1 changed files with 5 additions and 1 deletions

View File

@ -63,4 +63,8 @@ section.profile-projects
tg-nav="user-profile:username=contact.get('username')" tg-nav="user-profile:username=contact.get('username')"
title="{{::contact.get('full_name')}}" title="{{::contact.get('full_name')}}"
) )
tg-avatar="contact" img(
tg-avatar="contact"
alt="{{::contact.get('full_name')}}"
)