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