aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_unread.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_unread.go')
-rw-r--r--ui/entry_unread.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/entry_unread.go b/ui/entry_unread.go
index 784255e..68e5496 100644
--- a/ui/entry_unread.go
+++ b/ui/entry_unread.go
@@ -95,6 +95,7 @@ func (c *Controller) ShowUnreadEntry(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "unread")
view.Set("user", user)
view.Set("hasSaveEntry", c.store.HasSaveEntry(user.ID))
+ view.Set("countErrorFeeds", c.store.CountErrorFeeds(user.ID))
// Fetching the counter here avoid to be off by one.
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))