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:
parent
23d2cfe0f9
commit
c60b3f52a5
21 changed files with 85 additions and 26 deletions
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue