aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/category_entries.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 19:44:12 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 20:10:44 -0800
commitfad9ad2be4fc800f8710e2a498cc8f536af8827c (patch)
tree8bc4f134b63f100442850bd9eb443f03fffcf7e6 /template/html/category_entries.html
parent15fe9c20df7eaab4c1e10461f1a9965eeaf85f0f (diff)
Display list of feeds per category
Diffstat (limited to 'template/html/category_entries.html')
-rw-r--r--template/html/category_entries.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/category_entries.html b/template/html/category_entries.html
index 48bf205..90687fb 100644
--- a/template/html/category_entries.html
+++ b/template/html/category_entries.html
@@ -24,6 +24,9 @@
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ t "menu.show_only_unread_entries" }}</a>
</li>
{{ end }}
+ <li>
+ <a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ t "menu.feeds" }}</a>
+ </li>
</ul>
</section>