aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_search.go')
-rw-r--r--ui/entry_search.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/entry_search.go b/ui/entry_search.go
index 67954b9..8ff2199 100644
--- a/ui/entry_search.go
+++ b/ui/entry_search.go
@@ -89,6 +89,7 @@ func (c *Controller) ShowSearchEntry(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("entry"))