diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index ad2369c042..e5c4c7488d 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -48,24 +48,7 @@ {{end}} {{ShortSha .ID.String}} {{if .Signature}} -
+ {{template "repo/shabox_badge" dict "root" $ "verification" .Verification}} {{end}} {{if $.Reponame}} diff --git a/templates/repo/commits_list_small.tmpl b/templates/repo/commits_list_small.tmpl index e5634bbad2..26b6aa211c 100644 --- a/templates/repo/commits_list_small.tmpl +++ b/templates/repo/commits_list_small.tmpl @@ -1,8 +1,8 @@ -{{ $r:= List .Commits}} +{{ $r:= List .comment.Commits}} {{ $index := 0}}