Fix appearance of unsigned sha box in view_list (#10543)
Unfortunately the fix in #10511 was slightly incorrect and placed the detail box at one level too far out. Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		
					parent
					
						
							
								82be59e633
							
						
					
				
			
			
				commit
				
					
						421e7b7875
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
				<a rel="nofollow" class="ui sha label {{if .LatestCommit.Signature}} isSigned {{if .LatestCommitVerification.Verified }} isVerified{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}Untrusted{{else}}Unmatched{{end}}{{else if .LatestCommitVerification.Warning}} isWarning{{end}}{{end}}" href="{{.RepoLink}}/commit/{{.LatestCommit.ID}}">
 | 
									<a rel="nofollow" class="ui sha label {{if .LatestCommit.Signature}} isSigned {{if .LatestCommitVerification.Verified }} isVerified{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}Untrusted{{else}}Unmatched{{end}}{{else if .LatestCommitVerification.Warning}} isWarning{{end}}{{end}}" href="{{.RepoLink}}/commit/{{.LatestCommit.ID}}">
 | 
				
			||||||
					<span class="shortsha">{{ShortSha .LatestCommit.ID.String}}</span>
 | 
										<span class="shortsha">{{ShortSha .LatestCommit.ID.String}}</span>
 | 
				
			||||||
					<div class="ui detail icon button">
 | 
					 | 
				
			||||||
					{{if .LatestCommit.Signature}}
 | 
										{{if .LatestCommit.Signature}}
 | 
				
			||||||
 | 
											<div class="ui detail icon button">
 | 
				
			||||||
							{{if .LatestCommitVerification.Verified}}
 | 
												{{if .LatestCommitVerification.Verified}}
 | 
				
			||||||
								<div title="{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.LatestCommitVerification.Reason}}">
 | 
													<div title="{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.LatestCommitVerification.Reason}}">
 | 
				
			||||||
									{{if ne .LatestCommitVerification.SigningUser.ID 0}}
 | 
														{{if ne .LatestCommitVerification.SigningUser.ID 0}}
 | 
				
			||||||
| 
						 | 
					@ -35,8 +35,8 @@
 | 
				
			||||||
							{{else}}
 | 
												{{else}}
 | 
				
			||||||
								<i title="{{$.i18n.Tr .LatestCommitVerification.Reason}}" class="unlock icon"></i>
 | 
													<i title="{{$.i18n.Tr .LatestCommitVerification.Reason}}" class="unlock icon"></i>
 | 
				
			||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
						{{end}}
 | 
					 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
 | 
										{{end}}
 | 
				
			||||||
				</a>
 | 
									</a>
 | 
				
			||||||
				{{template "repo/commit_status" .LatestCommitStatus}}
 | 
									{{template "repo/commit_status" .LatestCommitStatus}}
 | 
				
			||||||
				{{ $commitLink:= printf "%s/commit/%s" .RepoLink .LatestCommit.ID }}
 | 
									{{ $commitLink:= printf "%s/commit/%s" .RepoLink .LatestCommit.ID }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue