diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-07-02 14:16:14 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-07-02 16:48:48 +0200 |
commit | ffe491466a3c9b7096e32d263fd5b35bf3415559 (patch) | |
tree | 09fc4103d02b78c8655e97a5dc0f351175253d93 /pyaggr3g470r/templates/article.html | |
parent | redoing home page in a more 'bootstrapy' way (diff) | |
download | newspipe-ffe491466a3c9b7096e32d263fd5b35bf3415559.tar.gz newspipe-ffe491466a3c9b7096e32d263fd5b35bf3415559.tar.bz2 newspipe-ffe491466a3c9b7096e32d263fd5b35bf3415559.zip |
basic UI to maniuplate filters
Diffstat (limited to 'pyaggr3g470r/templates/article.html')
-rw-r--r-- | pyaggr3g470r/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 92014599..97fb3fbf 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -16,7 +16,7 @@ {% endif %} {% if article.readed %} <a href="#"><i class="glyphicon glyphicon-unchecked readed" title="{{ _('Mark this article as unread') }}"></i></a> - {% else %} + {% else %} <a href="#"><i class="glyphicon glyphicon-check readed" title="{{ _('Mark this article as read') }}"></i></a> {% endif %} <h6>{{ article.date | datetime }}</h6> |