diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index a1c8c133e..5f4209971 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -17,8 +17,8 @@ {{end}} {{ShortSha .LatestCommit.ID.String}} -
- {{if .LatestCommit.Signature}} + {{if .LatestCommit.Signature}} +
{{if .LatestCommitVerification.Verified}}
{{if ne .LatestCommitVerification.SigningUser.ID 0}} @@ -35,8 +35,8 @@ {{else}} {{end}} - {{end}} -
+
+ {{end}}
{{template "repo/commit_status" .LatestCommitStatus}} {{ $commitLink:= printf "%s/commit/%s" .RepoLink .LatestCommit.ID }}