mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Backport #15627 The author link on the commit graph is incorrect and isn't providing a link to the author. Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -68,7 +68,7 @@
 | 
				
			|||||||
								{{$userName = $commit.User.FullName}}
 | 
													{{$userName = $commit.User.FullName}}
 | 
				
			||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
							{{avatar $commit.User}}
 | 
												{{avatar $commit.User}}
 | 
				
			||||||
							<a href="{{AppSubUrl}}/{{$commit.User}}">{{$userName}}</a>
 | 
												<a href="{{$commit.User.HomeLink}}">{{$userName}}</a>
 | 
				
			||||||
						{{else}}
 | 
											{{else}}
 | 
				
			||||||
							{{avatarByEmail $commit.Commit.Author.Email $userName}}
 | 
												{{avatarByEmail $commit.Commit.Author.Email $userName}}
 | 
				
			||||||
							{{$userName}}
 | 
												{{$userName}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user