mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
#3348 always use relative avatar link in the template
This commit is contained in:
@ -288,7 +288,7 @@ func (push *PushCommits) AvatarLink(email string) string {
|
||||
log.Error(4, "GetUserByEmail: %v", err)
|
||||
}
|
||||
} else {
|
||||
push.avatars[email] = u.AvatarLink()
|
||||
push.avatars[email] = u.RelAvatarLink()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user