mirror of
https://github.com/miniflux/v2.git
synced 2025-07-12 16:58:36 +00:00
Make menu consistent across feed pages
This commit is contained in:
parent
4d9956cf65
commit
6ff617a733
18 changed files with 83 additions and 118 deletions
19
template/html/common/feed_menu.html
Normal file
19
template/html/common/feed_menu.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{{ define "feed_menu" }}
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "feeds" }}">{{ t "menu.feeds" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "addSubscription" }}">{{ t "menu.add_feed" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "export" }}">{{ t "menu.export" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "import" }}">{{ t "menu.import" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "refreshAllFeeds" }}">{{ t "menu.refresh_all_feeds" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue