1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00

Add new page for background feeds refresh

This commit is contained in:
Frédéric Guillot 2023-10-18 19:57:02 -07:00
parent 23d2cfe0f9
commit c60b3f52a5
21 changed files with 85 additions and 26 deletions

View file

@ -0,0 +1,11 @@
{{ define "title"}}{{ t "page.background_feed_refresh.title" }}{{ end }}
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.background_feed_refresh.title" }}</h1>
{{ template "feed_menu" }}
</section>
<p class="alert alert-success">{{ t "alert.background_feed_refresh" }}</p>
{{ end }}