aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-05 22:39:16 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-05 22:39:16 +0100
commit80727909bf1e153ae60d2c4143001a5e2efa982e (patch)
tree14c513d7a9b6b07a78f5f0dd8f5f15c057c56c49 /pyaggr3g470r/templates/layout.html
parentThe test was wrong..sorry.. (diff)
downloadnewspipe-80727909bf1e153ae60d2c4143001a5e2efa982e.tar.gz
newspipe-80727909bf1e153ae60d2c4143001a5e2efa982e.tar.bz2
newspipe-80727909bf1e153ae60d2c4143001a5e2efa982e.zip
Updated layout template.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 1520966a..8954f6e8 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -48,8 +48,8 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Filter <b class="caret"></b></a>
<ul class="dropdown-menu">
- <li><a href="/favorites/">Favorites</a></li>
<li><a href="/unread/">Unread</a></li>
+ <li><a href="/favorites/">Favorites</a></li>
<li><a href="#services">History</a></li>
</ul>
</li>
bgstack15