diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-19 16:22:01 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-19 16:22:01 +0200 |
commit | 237c20ab1bb8fc18fcadd86a8d8400201dc9e158 (patch) | |
tree | 2e97b225efb1fdf1edf771515c3b9781eb811a1a /pyaggr3g470r/templates | |
parent | Added custom error pages. (diff) | |
parent | Added a direct link to the view to list all feeds. (diff) | |
download | newspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.tar.gz newspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.tar.bz2 newspipe-237c20ab1bb8fc18fcadd86a8d8400201dc9e158.zip |
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 3 |
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> |