From cf25efb4d9202573b5b8eeb8ff56df9568b4c331 Mon Sep 17 00:00:00 2001 From: Diego Agulló Date: Fri, 14 Dec 2018 09:54:25 +0100 Subject: Allow to switch between unread only and all entries on category/feed views --- template/html/feed_entries.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template/html/feed_entries.html') diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html index cdc435c..7e2f9c6 100644 --- a/template/html/feed_entries.html +++ b/template/html/feed_entries.html @@ -9,6 +9,15 @@ {{ t "menu.mark_page_as_read" }} {{ end }} + {{ if .showOnlyUnreadEntries }} +
  • + {{ t "menu.show_all_entries" }} +
  • + {{ else }} +
  • + {{ t "menu.show_only_unread_entries" }} +
  • + {{ end }}
  • {{ t "menu.refresh_feed" }}
  • -- cgit v1.2.3