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