aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/feed_menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/feed_menu.html')
-rw-r--r--template/html/common/feed_menu.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/template/html/common/feed_menu.html b/template/html/common/feed_menu.html
new file mode 100644
index 0000000..faba6fd
--- /dev/null
+++ b/template/html/common/feed_menu.html
@@ -0,0 +1,19 @@
+{{ define "feed_menu" }}
+<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>
+ <li>
+ <a href="{{ route "import" }}">{{ t "menu.import" }}</a>
+ </li>
+ <li>
+ <a href="{{ route "refreshAllFeeds" }}">{{ t "menu.refresh_all_feeds" }}</a>
+ </li>
+</ul>
+{{ end }} \ No newline at end of file