From 0af2fceb4de33759bae40632cecc96ca4260cda0 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 03 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(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pages/templates/timeline/fragments/timeline.html b/appview/pages/templates/timeline/fragments/timeline.html --- a/appview/pages/templates/timeline/fragments/timeline.html +++ b/appview/pages/templates/timeline/fragments/timeline.html @@ -14,7 +14,7 @@ {{ with $e }}
{{ 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 $ .) }} -- tangled.sh