aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/add_subscription.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2020-01-02 13:03:34 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2020-01-02 13:16:29 -0800
commit6ff617a73374c77a0356d0418b558eecf566f4c5 (patch)
treebdae3ac20b06f603561008c1cf6cc1bdb0e32a20 /template/html/add_subscription.html
parent4d9956cf658d7a970654ae3baf23ad995e287525 (diff)
Make menu consistent across feed pages
Diffstat (limited to 'template/html/add_subscription.html')
-rw-r--r--template/html/add_subscription.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/template/html/add_subscription.html b/template/html/add_subscription.html
index c3e8076..e435f32 100644
--- a/template/html/add_subscription.html
+++ b/template/html/add_subscription.html
@@ -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 }}