aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-04-17 06:54:56 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-04-17 06:54:56 +0200
commit238a9bf184d42249b1161626942a973d96a72e34 (patch)
treefd7428c95feebe2b90143a7ab6d046c2fb8c00ac /pyaggr3g470r
parentChanged a little bit the style of the title. (diff)
downloadnewspipe-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')
-rw-r--r--pyaggr3g470r/templates/layout.html2
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">
bgstack15