aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/category_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/category_edit.go')
-rw-r--r--ui/category_edit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/category_edit.go b/ui/category_edit.go
index c61d930..6651a0a 100644
--- a/ui/category_edit.go
+++ b/ui/category_edit.go
@@ -53,6 +53,7 @@ func (c *Controller) EditCategory(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "categories")
view.Set("user", user)
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
+ view.Set("countErrorFeeds", c.store.CountErrorFeeds(user.ID))
html.OK(w, r, view.Render("edit_category"))
}