From f4f33fe73a5dee8f0d82e091ae71f22c6ae0c3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 21 Oct 2016 09:57:05 +0200 Subject: [PATCH] [backport] Fix contacts images in user profile --- app/modules/profile/profile-projects/profile-projects.jade | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/modules/profile/profile-projects/profile-projects.jade b/app/modules/profile/profile-projects/profile-projects.jade index df8de196..ec87a909 100644 --- a/app/modules/profile/profile-projects/profile-projects.jade +++ b/app/modules/profile/profile-projects/profile-projects.jade @@ -63,4 +63,8 @@ section.profile-projects tg-nav="user-profile:username=contact.get('username')" title="{{::contact.get('full_name')}}" ) - tg-avatar="contact" + img( + tg-avatar="contact" + alt="{{::contact.get('full_name')}}" + ) +