aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/bookmark_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/bookmark_entries.go')
-rw-r--r--ui/bookmark_entries.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/bookmark_entries.go b/ui/bookmark_entries.go
index 8bf3095..09b9bf6 100644
--- a/ui/bookmark_entries.go
+++ b/ui/bookmark_entries.go
@@ -56,6 +56,7 @@ func (c *Controller) ShowStarredPage(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "starred")
view.Set("user", user)
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
+ view.Set("countErrorFeeds", c.store.CountErrorFeeds(user.ID))
view.Set("hasSaveEntry", c.store.HasSaveEntry(user.ID))
html.OK(w, r, view.Render("bookmark_entries"))