mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
- Remove avatar url fix javascript version, it breaks too easily.
Same can be done with Caddy. Thanks to xet7 ! Closes #1776, closes #386
This commit is contained in:
parent
d2c3ecdbcd
commit
dfd26e4843
3 changed files with 1 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
template(name="userAvatar")
|
||||
a.member.js-member(title="{{userData.profile.fullname}} ({{userData.username}})")
|
||||
if userData.profile.avatarUrl
|
||||
img.avatar.avatar-image(src="{{fixAvatarUrl userData.profile.avatarUrl}}")
|
||||
img.avatar.avatar-image(src="{{userData.profile.avatarUrl}}")
|
||||
else
|
||||
+userAvatarInitials(userId=userData._id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue