aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-19 16:22:01 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-19 16:22:01 +0200
commit237c20ab1bb8fc18fcadd86a8d8400201dc9e158 (patch)
tree2e97b225efb1fdf1edf771515c3b9781eb811a1a /pyaggr3g470r
parentAdded custom error pages. (diff)
parentAdded a direct link to the view to list all feeds. (diff)
downloadnewspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.tar.gz
newspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.tar.bz2
newspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.zip
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 71572181..d45ce090 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -44,6 +44,8 @@
<ul class="dropdown-menu">
<li><a accesskey="r" href="/fetch/">Fetch</a></li>
<li><a href="/mark_as_read/">Mark all as read</a></li>
+ <li role="presentation" class="divider"></li>
+ <li><a href="/create_feed/">Add a feed</a></li>
</ul>
</li>
<li class="dropdown">
@@ -52,6 +54,7 @@
<li><a accesskey="u" href="/unread/">Unread</a></li>
<li><a accesskey="f" href="/favorites/">Favorites</a></li>
<li><a accesskey="i" href="/inactives/">Inactive feeds</a></li>
+ <li><a href="/feeds/">All feeds</a></li>
<li><a href="/history/">History</a></li>
</ul>
</li>
bgstack15