mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Use RelAvatarLink() in GetActAvatar() (#2800)
This commit is contained in:
		@@ -141,7 +141,7 @@ func (a *Action) ShortActUserName() string {
 | 
			
		||||
// GetActAvatar the action's user's avatar link
 | 
			
		||||
func (a *Action) GetActAvatar() string {
 | 
			
		||||
	a.loadActUser()
 | 
			
		||||
	return a.ActUser.AvatarLink()
 | 
			
		||||
	return a.ActUser.RelAvatarLink()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GetRepoUserName returns the name of the action repository owner.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user