Fix contacts images in user profile
parent
d1cdcfafcb
commit
67031a3fb9
|
@ -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')}}"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue