We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8af955 commit 87a1c4aCopy full SHA for 87a1c4a
templates/repo/commit_page.tmpl
@@ -201,7 +201,7 @@
201
<span class="ui text gt-mr-3">{{.locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span>
202
{{end}}
203
{{avatar $.Context .Verification.SigningUser 28 "gt-mr-3"}}
204
- {{if .Verification.SigningUser.Fullname}}
+ {{if .Verification.SigningUser.FullName}}
205
<a href="{{.Verification.SigningUser.HomeLink}}"><strong> {{.Verification.SigningUser.FullName}} ({{.Verification.SigningUser.GetDisplayName}})</strong></a>
206
{{else}}
207
<a href="{{.Verification.SigningUser.HomeLink}}"><strong> ({{.Verification.SigningUser.GetDisplayName}})</strong></a>
0 commit comments