1
0
Fork 0
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:
Frédéric Guillot 2020-01-02 13:03:34 -08:00
parent 4d9956cf65
commit 6ff617a733
18 changed files with 83 additions and 118 deletions

View file

@ -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 }}