aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/unread_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/unread_entries.go')
-rw-r--r--ui/unread_entries.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/unread_entries.go b/ui/unread_entries.go
index 18fc2cd..77f153d 100644
--- a/ui/unread_entries.go
+++ b/ui/unread_entries.go
@@ -58,6 +58,7 @@ func (c *Controller) ShowUnreadPage(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "unread")
view.Set("user", user)
view.Set("countUnread", countUnread)
+ view.Set("countErrorFeeds", c.store.CountErrorFeeds(user.ID))
view.Set("hasSaveEntry", c.store.HasSaveEntry(user.ID))
html.OK(w, r, view.Render("unread_entries"))