We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42675c commit 3aa1484Copy full SHA for 3aa1484
templates/repo/commit_page.tmpl
@@ -200,7 +200,7 @@
200
{{else}}
201
<span class="ui text mr-3">{{.locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span>
202
{{end}}
203
- {{avatar .Verification.SigningUser 28}}
+ {{avatar .Verification.SigningUser 28 "mr-3"}}
204
<a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.GetDisplayName}}</strong></a>
205
206
<span title="{{.locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 16 "mr-3"}}</span>
0 commit comments