From aa5736b8a1914663d95dc4a67fa0f48635e96bf5 Mon Sep 17 00:00:00 2001 From: zjj Date: Thu, 16 Feb 2023 12:38:01 +0800 Subject: [PATCH] Bug fix for user Assignee --- templates/repo/issue/view_content/comments.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index 0074f3f431cd3..050ae3d29d1d3 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -213,7 +213,8 @@ {{end}} {{else}} - {{template "shared/user/avatarlink" "user" .Assignee}} + + {{template "shared/user/avatarlink" Dict "Context" $.Context "user" .Assignee}} {{template "shared/user/authorlink" .Assignee}} {{if eq .Poster.ID .AssigneeID}}