From 67031a3fb9991721c2e8fb4def35c89ae88d3142 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] 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')}}" + ) +