diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-17 23:17:24 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-17 23:17:24 +0100 |
commit | ceee9a32841b0909e027c6550a25bc7ef5948a26 (patch) | |
tree | 734630db559de4be4def34f778639a497977f8c0 /pyaggr3g470r/templates/layout.html | |
parent | Minor improvements in utils.py. (diff) | |
download | newspipe-ceee9a32841b0909e027c6550a25bc7ef5948a26.tar.gz newspipe-ceee9a32841b0909e027c6550a25bc7ef5948a26.tar.bz2 newspipe-ceee9a32841b0909e027c6550a25bc7ef5948a26.zip |
List of inavtive feeds.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index f649f2ca..541c0ad8 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -50,6 +50,7 @@ <ul class="dropdown-menu"> <li><a href="/unread/">Unread</a></li> <li><a href="/favorites/">Favorites</a></li> + <li><a href="/inactives/">Inactive feeds</a></li> <li><a href="/history/">History</a></li> </ul> </li> |