mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Fix default avatar image size in PR diff page (#28971)
Fix #28941 ps: didn't test. The repo is too big to migrate.
This commit is contained in:
parent
a062725758
commit
3aed8ae034
4 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ func (au *AvatarUtils) Avatar(item any, others ...any) template.HTML {
|
|||
}
|
||||
}
|
||||
|
||||
return ""
|
||||
return AvatarHTML(avatars.DefaultAvatarLink(), size, class, "")
|
||||
}
|
||||
|
||||
// AvatarByAction renders user avatars from action. args: action, size (int), class (string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue