From 5a131275c19a3006de51ad221dbc044a5990cf4e Mon Sep 17 00:00:00 2001 From: forgejo-backport-action Date: Mon, 22 Dec 2025 23:07:10 +0100 Subject: [PATCH] [v14.0/forgejo] fix(ui): avatar for dismissed review is stretched if not square (#10540) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/10524 The timeline event for a dismissed review didn't used the `AvatarUtils` until now. The `AvatarUtils` also adds classes to the img tag, which makes sure the avatar is correctly styled and not stretched. This PR replaces the img tag with the expected call to the `AvatarUtils`. Co-authored-by: Beowulf Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10540 Reviewed-by: Beowulf Co-authored-by: forgejo-backport-action Co-committed-by: forgejo-backport-action --- templates/repo/issue/view_content/comments.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index dc0ec01df2..c3cc94dfb3 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -635,7 +635,7 @@