From 7d14aa062f71b5b23e26dbf344f23e6a520eb775 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 30 Sep 2023 17:03:04 +0800 Subject: [PATCH] Fix template bug (#27362) Fix #27361 --- templates/repo/actions/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index b4e1113986..aa6d66fa68 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -39,7 +39,7 @@ {{range .Actors}} - {{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName ctx}} + {{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName}} {{end}}