diff options
Diffstat (limited to 'templates/repo/shabox_badge.tmpl')
-rw-r--r-- | templates/repo/shabox_badge.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/shabox_badge.tmpl b/templates/repo/shabox_badge.tmpl index 4fbb15e933..a10334bdd0 100644 --- a/templates/repo/shabox_badge.tmpl +++ b/templates/repo/shabox_badge.tmpl @@ -3,7 +3,7 @@ <div title="{{if eq .verification.TrustStatus "trusted"}}{{else if eq .verification.TrustStatus "untrusted"}}{{$.root.i18n.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{$.root.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.verification.Reason}}"> {{if ne .verification.SigningUser.ID 0}} {{svg "gitea-lock"}} - {{avatar .verification.SigningUser "signature"}} + {{avatar .verification.SigningUser 28 "signature"}} {{else}} <span title="{{$.root.i18n.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog"}}</span> {{avatarByEmail .verification.SigningEmail "" 28 "signature"}} |