mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix: remove duplicated signed commit icons (#8820)
Signed-off-by: Wenxuan Zhao <viz@linux.com>
This commit is contained in:
		@@ -42,7 +42,6 @@
 | 
				
			|||||||
								{{if .Signature}}
 | 
													{{if .Signature}}
 | 
				
			||||||
									<div class="ui detail icon button">
 | 
														<div class="ui detail icon button">
 | 
				
			||||||
										{{if .Verification.Verified}}
 | 
															{{if .Verification.Verified}}
 | 
				
			||||||
											<i title="{{.Verification.Reason}}" class="lock green icon"></i>
 | 
					 | 
				
			||||||
											{{if ne .Verification.SigningUser.ID 0}}
 | 
																{{if ne .Verification.SigningUser.ID 0}}
 | 
				
			||||||
												<i title="{{.Verification.Reason}}" class="lock green icon"></i>
 | 
																	<i title="{{.Verification.Reason}}" class="lock green icon"></i>
 | 
				
			||||||
											{{else}}
 | 
																{{else}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user