From 0af2fceb4de33759bae40632cecc96ca4260cda0 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 3 Dec 2025 07:46:21 +0000 Subject: [PATCH] appview/pages: fix timeline rendering seems to break on certain events Signed-off-by: oppiliappan --- appview/pages/templates/timeline/fragments/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/timeline/fragments/timeline.html b/appview/pages/templates/timeline/fragments/timeline.html index a3c40efc..e8d7c7df 100644 --- a/appview/pages/templates/timeline/fragments/timeline.html +++ b/appview/pages/templates/timeline/fragments/timeline.html @@ -14,7 +14,7 @@
{{ if .Repo }} {{ template "timeline/fragments/repoEvent" (list $ .) }} - {{ else if .Star }} + {{ else if .RepoStar }} {{ template "timeline/fragments/starEvent" (list $ .) }} {{ else if .Follow }} {{ template "timeline/fragments/followEvent" (list $ .) }} -- 2.51.2