aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/feed.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-02-06 09:41:53 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-02-06 09:41:53 +0100
commitef51997fda77df854ce00d0a334c0982b68f4be5 (patch)
tree9959b7744e1e3849edf92bca024edddf1bd69d69 /pyaggr3g470r/templates/feed.html
parentDisplay last 'n' articles. (diff)
downloadnewspipe-ef51997fda77df854ce00d0a334c0982b68f4be5.tar.gz
newspipe-ef51997fda77df854ce00d0a334c0982b68f4be5.tar.bz2
newspipe-ef51997fda77df854ce00d0a334c0982b68f4be5.zip
Updated all links to /articles page.
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 93b67bd4..0af94ef4 100644
--- a/pyaggr3g470r/templates/feed.html
+++ b/pyaggr3g470r/templates/feed.html
@@ -9,7 +9,7 @@
</div>
<div class="jumbotron">
<p>
- This feed contains {{ feed.articles|count }} <a href="/articles/{{ feed.oid }}">articles</a>
+ This feed contains {{ feed.articles|count }} <a href="/articles/{{ feed.oid }}/100">articles</a>
({{ ((feed.articles|count * 100 ) / nb_articles) | round(2, 'floor') }}% of the database).<br />
Address of the feed: <a href="{{ feed.link }}">{{ feed.link }}</a>.<br />
Address of the site: <a href="{{ feed.site_link }}">{{ feed.site_link }}</a>.<br />
bgstack15