aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_read.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_read.go')
-rw-r--r--ui/entry_read.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/entry_read.go b/ui/entry_read.go
index 83bb108..3309c81 100644
--- a/ui/entry_read.go
+++ b/ui/entry_read.go
@@ -76,6 +76,7 @@ func (c *Controller) ShowReadEntry(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("entry"))