diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-04-17 06:54:56 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-04-17 06:54:56 +0200 |
commit | 238a9bf184d42249b1161626942a973d96a72e34 (patch) | |
tree | fd7428c95feebe2b90143a7ab6d046c2fb8c00ac /pyaggr3g470r/templates | |
parent | Changed a little bit the style of the title. (diff) | |
download | newspipe-238a9bf184d42249b1161626942a973d96a72e34.tar.gz newspipe-238a9bf184d42249b1161626942a973d96a72e34.tar.bz2 newspipe-238a9bf184d42249b1161626942a973d96a72e34.zip |
Added a direct link to the view to create a new feed.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 71572181..de030684 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"> |