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/article.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/article.html')
-rw-r--r-- | pyaggr3g470r/templates/article.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 83e23b34..1ee86948 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -14,6 +14,7 @@ {% else %} <a href="/like/{{ article.id }}"><i class="glyphicon glyphicon-star-empty" title="{{ _('Click if you like this article') }}"></i></a> {% endif %} + <a href="/mark_as/unread/article/{{ article.id }}"><i class="glyphicon glyphicon-unchecked" title="{{ _('Mark this article as unread') }}"></i></a> <h6>{{ article.date | datetime }}</h6> </div> <div class="jumbotron"> |