aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/feed.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-09 13:52:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-09 13:52:37 +0200
commitae4bb8ebcbf89ea6615e97df7c4efd5881631205 (patch)
tree09bb50e13160202b9d90bcd3a9217416c7057bb6 /pyaggr3g470r/templates/feed.html
parentUpdated translations. (diff)
downloadnewspipe-ae4bb8ebcbf89ea6615e97df7c4efd5881631205.tar.gz
newspipe-ae4bb8ebcbf89ea6615e97df7c4efd5881631205.tar.bz2
newspipe-ae4bb8ebcbf89ea6615e97df7c4efd5881631205.zip
Removed 'articles' view.
Diffstat (limited to 'pyaggr3g470r/templates/feed.html')
-rw-r--r--pyaggr3g470r/templates/feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html
index c888e04f..09a064e5 100644
--- a/pyaggr3g470r/templates/feed.html
+++ b/pyaggr3g470r/templates/feed.html
@@ -9,7 +9,7 @@
</div>
<div class="well">
<p>
- {{ _('This feed contains') }} {{ feed.articles.all()|count }} <a href="/articles/{{ feed.id }}/100">{{ _('articles') }}</a>.<br />
+ {{ _('This feed contains') }} {{ feed.articles.all()|count }} <a href= "{{ url_for("home", feed_id=feed.id, filter_="all") }}">{{ _('articles') }}</a>.<br />
{{ _('Address of the feed') }}: <a href="{{ feed.link }}" target="_blank">{{ feed.link }}</a><br />
{% if feed.site_link != "" %}
{{ _('Address of the site') }}: <a href="{{ feed.site_link }}" target="_blank">{{ feed.site_link }}</a><br />
bgstack15