From f6b70d22f1588ffe5a997c0144b6847f9eb4cfee 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 Change-Id: tywmwstmotykpkmquunwtopppxvwookz 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.43.0