From d4c1677e3860667f7b7ebf61d11d33b9495da64d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 8 Oct 2018 18:49:15 -0700 Subject: Change link state when marking all entries as read --- template/html/unread_entries.html | 4 +++- template/views.go | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/html/unread_entries.html b/template/html/unread_entries.html index 1db2b28..2954ec1 100644 --- a/template/html/unread_entries.html +++ b/template/html/unread_entries.html @@ -9,7 +9,9 @@ {{ t "menu.mark_page_as_read" }}
  • - {{ t "menu.mark_all_as_read" }} + {{ t "menu.mark_all_as_read" }}
  • {{ end }} diff --git a/template/views.go b/template/views.go index d0854f4..0dc2671 100644 --- a/template/views.go +++ b/template/views.go @@ -1261,7 +1261,9 @@ var templateViewsMap = map[string]string{ {{ t "menu.mark_page_as_read" }}
  • - {{ t "menu.mark_all_as_read" }} + {{ t "menu.mark_all_as_read" }}
  • {{ end }} @@ -1387,6 +1389,6 @@ var templateViewsMapChecksums = map[string]string{ "search_entries": "d71849a4f2b0573c7c76ad0ea941812009e9f022de60895987a781d3e6f08a01", "sessions": "1b3ec0970a4111b81f86d6ed187bb410f88972e2ede6723b9febcc4c7e5fc921", "settings": "bc04faf83dd977306825973375954600bd014619340188e1243fd9e2f5d5e1a9", - "unread_entries": "058d918592b25bd209c84660dd546b7426f19b1083da868a8672fde9bbcf1b17", + "unread_entries": "880018cbc59ec09b23dd800c4010fadad944d7023e0d36a3872c09b5d4952799", "users": "4b56cc76fbcc424e7c870d0efca93bb44dbfcc2a08b685cf799c773fbb8dfb2f", } -- cgit v1.2.3