aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-01-04 18:11:15 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-01-04 18:11:15 -0800
commitc57cafbef28a8a12cae02674b3c36979acb0e576 (patch)
treedde0c13961831f718867330768742d36fb5f6d60 /template/html
parentefac11e0829ded936b08f1e3e072d4f3792fd7da (diff)
Add link to mark everything as read
Diffstat (limited to 'template/html')
-rw-r--r--template/html/unread.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/unread.html b/template/html/unread.html
index feb5beb..7f285d0 100644
--- a/template/html/unread.html
+++ b/template/html/unread.html
@@ -8,6 +8,9 @@
<li>
<a href="#" data-on-click="markPageAsRead">{{ t "Mark this page as read" }}</a>
</li>
+ <li>
+ <a href="{{ route "markAllAsRead" }}">{{ t "Mark all as read" }}</a>
+ </li>
</ul>
{{ end }}
</section>