aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 22:36:00 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 22:36:00 -0800
commit855fb06bc93a628108990013813725996a090c17 (patch)
tree9b250ce620818089c4a630787c580da8bc47ebe1 /server/template/html
parent480b0d94e2f67e96285ff9265f4c1c81d3c0392d (diff)
Add feature to refresh all feeds from the user interface
Diffstat (limited to 'server/template/html')
-rw-r--r--server/template/html/feeds.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/template/html/feeds.html b/server/template/html/feeds.html
index 778f64f..f84e59f 100644
--- a/server/template/html/feeds.html
+++ b/server/template/html/feeds.html
@@ -13,6 +13,9 @@
<li>
<a href="{{ route "import" }}">{{ t "Import" }}</a>
</li>
+ <li>
+ <a href="{{ route "refreshAllFeeds" }}">{{ t "Refresh all feeds in the background" }}</a>
+ </li>
</ul>
</section>