From 006c15fb5f7945f9bfd6d9bb7941532762f48eda Mon Sep 17 00:00:00 2001 From: Giteabot Date: Sat, 30 Sep 2023 17:30:30 +0800 Subject: [PATCH] Fix template bug (#27362) (#27364) Backport #27362 by @lunny Fix #27361 Co-authored-by: Lunny Xiao --- 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}}