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 $ .) }}