aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/category_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/category_entries.go')
-rw-r--r--ui/category_entries.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/category_entries.go b/ui/category_entries.go
index bb04d8b..cee4fc9 100644
--- a/ui/category_entries.go
+++ b/ui/category_entries.go
@@ -73,6 +73,7 @@ func (c *Controller) CategoryEntries(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "categories")
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("category_entries"))