aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/categories.html')
-rw-r--r--template/html/categories.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/template/html/categories.html b/template/html/categories.html
index b534ba1..4be3c2f 100644
--- a/template/html/categories.html
+++ b/template/html/categories.html
@@ -20,18 +20,13 @@
<span class="item-title">
<a href="{{ route "categoryEntries" "categoryID" .ID }}">{{ .Title }}</a>
</span>
+ (<span title="{{ if eq .FeedCount 0 }}{{ t "page.categories.no_feed" }}{{ else }}{{ plural "page.categories.feed_count" .FeedCount .FeedCount }}{{ end }}">{{ .FeedCount }}</span>)
</div>
<div class="item-meta">
<ul>
<li>
- {{ if eq .FeedCount 0 }}
- {{ t "page.categories.no_feed" }}
- {{ else }}
- {{ plural "page.categories.feed_count" .FeedCount .FeedCount }}
- {{ end }}
+ <a href="{{ route "categoryFeeds" "categoryID" .ID }}">{{ t "page.categories.feeds" }}</a>
</li>
- </ul>
- <ul>
<li>
<a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "menu.edit_category" }}</a>
</li>