From 6bb45a87268157aab961a6a4a728d9a9bbe043b0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 15 Dec 2023 23:04:29 +0100 Subject: Add filter actions (auto mark read) at category and global levels (#5942) * Add filter actions (auto mark read) at category level fix https://github.com/FreshRSS/FreshRSS/issues/3497 * Add filter actions (auto mark read) at global level fix https://github.com/FreshRSS/FreshRSS/issues/2788 * Fix feed category ID * Minor comment --- app/views/helpers/category/update.phtml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'app/views/helpers') diff --git a/app/views/helpers/category/update.phtml b/app/views/helpers/category/update.phtml index 4e3b7ae9e..68132ad27 100644 --- a/app/views/helpers/category/update.phtml +++ b/app/views/helpers/category/update.phtml @@ -12,7 +12,7 @@ -
+ @@ -68,6 +68,26 @@ + +
+ +
+ +

+
+
+ +
+
+ + +
+
+ category->attributes('archiving'); -- cgit v1.2.3