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 c5c44d0 commit b56a9f6Copy full SHA for b56a9f6
templates/repo/commit_page.tmpl
@@ -201,7 +201,7 @@
201
{{else}}
202
<span title="{{ctx.Locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 16 "gt-mr-3"}}</span>
203
<span class="ui text gt-mr-3">{{ctx.Locale.Tr "repo.commits.signed_by"}}:</span>
204
- {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28}}
+ {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28 "gt-mr-3"}}
205
<strong>{{.Verification.SigningUser.GetDisplayName}}</strong>
206
{{end}}
207
0 commit comments