From 30cb0392cc0a949d8c06281085ef87b18d09ced4 Mon Sep 17 00:00:00 2001 From: delvh Date: Tue, 7 Mar 2023 15:51:40 +0100 Subject: [PATCH] Pass context to avatar for projects view Previously, a 500 response was returned when - an issue had assignees - the issue was assigned to a project - you tried to view this project --- templates/projects/view.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl index 074c5315ab2a3..14a876d8fd943 100644 --- a/templates/projects/view.tmpl +++ b/templates/projects/view.tmpl @@ -238,7 +238,7 @@ {{end}}
{{range .Assignees}} - {{avatar . 28 "mini gt-mr-3"}} + {{avatar $.Context . 28 "mini gt-mr-3"}} {{end}}