diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2014-06-08 17:47:42 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2014-06-10 20:24:30 +0200 |
commit | cb6a8d8b53bb27755eb9bc040f86a361636d4c6a (patch) | |
tree | fb695d763d8fc0b33e512aed8f1442e522d8956e /pyaggr3g470r/templates/layout.html | |
parent | fixes #7 (diff) | |
download | newspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.tar.gz newspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.tar.bz2 newspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.zip |
adding the capacity to mark articles as unread
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index d1040422..8fc88d74 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -27,7 +27,7 @@ deployed on Heroku or on a traditional server." /> height: 0; } ul.affix { - position: fixed; + position: fixed; top: 0px; } ul.affix-top { @@ -102,7 +102,7 @@ deployed on Heroku or on a traditional server." /> <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ _('Articles') }} <b class="caret"></b></a> <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><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> |