aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/feeds.html')
-rw-r--r--template/html/feeds.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/template/html/feeds.html b/template/html/feeds.html
index e4d24bf..fa9d8ad 100644
--- a/template/html/feeds.html
+++ b/template/html/feeds.html
@@ -3,20 +3,7 @@
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.feeds.title" }} ({{ .total }})</h1>
- <ul>
- <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>
+ {{ template "feed_menu" }}
</section>
{{ if not .feeds }}