File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<div title="{{if eq .verification.TrustStatus "trusted"}}{{else if eq .verification.TrustStatus "untrusted"}}{{$.root.locale.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{$.root.locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.verification.Reason}}">
4
4
{{if ne .verification.SigningUser.ID 0}}
5
5
{{svg "gitea-lock"}}
6
- {{avatar $.Context .verification.SigningUser 28 "signature"}}
6
+ {{avatar $.root. Context .verification.SigningUser 28 "signature"}}
7
7
{{else}}
8
8
<span title="{{$.root.locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog"}}</span>
9
- {{avatarByEmail $.Context .verification.SigningEmail "" 28 "signature"}}
9
+ {{avatarByEmail $.root. Context .verification.SigningEmail "" 28 "signature"}}
10
10
{{end}}
11
11
</div>
12
12
{{else}}
You can’t perform that action at this time.
0 commit comments