aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_bookmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_bookmark.go')
-rw-r--r--ui/entry_bookmark.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/entry_bookmark.go b/ui/entry_bookmark.go
index a9a4a97..65ee65c 100644
--- a/ui/entry_bookmark.go
+++ b/ui/entry_bookmark.go
@@ -86,6 +86,7 @@ func (c *Controller) ShowStarredEntry(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("entry"))