diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-29 11:59:45 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-29 11:59:45 +0200 |
commit | 2eb4aadf4c1437416327896453fa4ad6ea0fbd40 (patch) | |
tree | 1d5194a284bf710f6c7b64be4955eb4d00b259bf /pyaggr3g470r/templates | |
parent | Mark an article as read or unread via the REST API. (diff) | |
download | newspipe-2eb4aadf4c1437416327896453fa4ad6ea0fbd40.tar.gz newspipe-2eb4aadf4c1437416327896453fa4ad6ea0fbd40.tar.bz2 newspipe-2eb4aadf4c1437416327896453fa4ad6ea0fbd40.zip |
Improved read/unread JS function.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 4f691a50..2a9fac48 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -51,7 +51,7 @@ </div> <div class="container col-md-9"> <h1>{{ _('Articles') }} ({{ articles.__len__() }})</h1> - <div> + <div id="filters" data-filter="{{ filter_ }}"> {% if filter_ == 'all' %}<b>{% endif %} <a href="{{ gen_url(filter_='all') }}">{{ _('All') }}</a> {% if filter_ == 'all' %}</b>{% endif %} |