mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 22:28:05 +01:00 
			
		
		
		
	Use user fullname if resolved
This commit is contained in:
		
							parent
							
								
									5a8cb2dac1
								
							
						
					
					
						commit
						17f9ab4ff8
					
				| @ -30,7 +30,11 @@ | ||||
| 					<tr> | ||||
| 						<td class="author"> | ||||
| 							{{if .User}} | ||||
| 								<img class="ui avatar image" src="{{.User.RelAvatarLink}}" alt=""/>  <a href="{{AppSubUrl}}/{{.User.Name}}">{{.Author.Name}}</a> | ||||
| 							  {{if .User.FullName}} | ||||
|     							<img class="ui avatar image" src="{{.User.RelAvatarLink}}" alt=""/>  <a href="{{AppSubUrl}}/{{.User.Name}}">{{.User.FullName}}</a> | ||||
| 							  {{else}} | ||||
| 		    					<img class="ui avatar image" src="{{.User.RelAvatarLink}}" alt=""/>  <a href="{{AppSubUrl}}/{{.User.Name}}">{{.Author.Name}}</a> | ||||
| 							  {{end}} | ||||
| 							{{else}} | ||||
| 								<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/>  {{.Author.Name}} | ||||
| 							{{end}} | ||||
|  | ||||
| @ -14,7 +14,11 @@ | ||||
| 			<div class="ui attached info segment"> | ||||
| 				{{if .Author}} | ||||
| 					<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" /> | ||||
| 					<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}} | ||||
| 				  {{if .Author.FullName}} | ||||
| 			  	  <a href="{{.Author.HomeLink}}"><strong>{{.Author.FullName}}</strong></a> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}} | ||||
| 				  {{else}} | ||||
|   				  <a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}} | ||||
| 				  {{end}} | ||||
| 				{{else}} | ||||
| 					<img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" /> | ||||
| 					<strong>{{.Commit.Author.Name}}</strong> | ||||
|  | ||||
| @ -4,7 +4,11 @@ | ||||
| 			<th class="four wide"> | ||||
| 				{{if .LatestCommitUser}} | ||||
| 					<img class="ui avatar image img-12" src="{{.LatestCommitUser.RelAvatarLink}}" /> | ||||
| 					<a href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommit.Author.Name}}</strong></a> | ||||
| 				  {{if .LatestCommitUser.FullName}} | ||||
| 					  <a href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommitUser.FullName}}</strong></a> | ||||
| 				  {{else}} | ||||
| 				    <a href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommit.Author.Name}}</strong></a> | ||||
| 				  {{end}} | ||||
| 				{{else}} | ||||
| 					<img class="ui avatar image img-12" src="{{AvatarLink .LatestCommit.Author.Email}}" /> | ||||
| 					<strong>{{.LatestCommit.Author.Name}}</strong> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user