mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +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
|
@ -3,17 +3,7 @@
|
|||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ t "page.add_feed.title" }}</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "feeds" }}">{{ t "menu.feeds" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "export" }}">{{ t "menu.export" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "import" }}">{{ t "menu.import" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ template "feed_menu" }}
|
||||
</section>
|
||||
|
||||
{{ if not .categories }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue