mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Grey out merge commits
This commit is contained in:
		@@ -35,7 +35,12 @@
 | 
				
			|||||||
								<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/>  {{.Author.Name}}
 | 
													<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/>  {{.Author.Name}}
 | 
				
			||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
						</td>
 | 
											</td>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
											{{if gt .ParentCount 1}}
 | 
				
			||||||
 | 
											<td class="message collapsing has-emoji grey text">
 | 
				
			||||||
 | 
											{{else}}
 | 
				
			||||||
						<td class="message collapsing has-emoji">
 | 
											<td class="message collapsing has-emoji">
 | 
				
			||||||
 | 
											{{end}}
 | 
				
			||||||
							<a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a>
 | 
												<a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a>
 | 
				
			||||||
							{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}}
 | 
												{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}}
 | 
				
			||||||
						</td>
 | 
											</td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user