aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/import.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/import.html')
-rw-r--r--template/html/import.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/template/html/import.html b/template/html/import.html
index 1245486..042b196 100644
--- a/template/html/import.html
+++ b/template/html/import.html
@@ -3,17 +3,7 @@
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.import.title" }}</h1>
- <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>
- </ul>
+ {{ template "feed_menu" }}
</section>
{{ if .errorMessage }}