mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	#2035 Show author e-mail in commit diff
This commit is contained in:
		
							parent
							
								
									718d3ae258
								
							
						
					
					
						commit
						c3440c4dd3
					
				| @ -14,7 +14,7 @@ | ||||
| 			<div class="ui attached info segment"> | ||||
| 				{{if .Author}} | ||||
| 					<img class="ui avatar image" src="{{.Author.AvatarLink}}" /> | ||||
| 					<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> | ||||
| 					<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}} | ||||
| 				{{else}} | ||||
| 					<img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" /> | ||||
| 					<strong>{{.Commit.Author.Name}}</strong> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user