mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Put if statement of grey merge commits on one line
This commit is contained in:
		@@ -36,11 +36,8 @@
 | 
				
			|||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
						</td>
 | 
											</td>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
						{{if gt .ParentCount 1}}
 | 
					
 | 
				
			||||||
						<td class="message collapsing has-emoji grey text">
 | 
											<td class="message collapsing has-emoji {{if gt .ParentCount 1}} grey text {{end}}">
 | 
				
			||||||
						{{else}}
 | 
					 | 
				
			||||||
						<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