aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-14 19:39:41 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-14 19:39:41 +0200
commitc7deec4876ccaa05e1037a672d9f1abb5de7a616 (patch)
tree92a6c2e72acc44841f835fced43d15f91cb0f754 /pyaggr3g470r
parentAdded logo. (diff)
downloadnewspipe-c7deec4876ccaa05e1037a672d9f1abb5de7a616.tar.gz
newspipe-c7deec4876ccaa05e1037a672d9f1abb5de7a616.tar.bz2
newspipe-c7deec4876ccaa05e1037a672d9f1abb5de7a616.zip
Only display the last 100 articles.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/feeds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html
index c846fe86..82e4afae 100644
--- a/pyaggr3g470r/templates/feeds.html
+++ b/pyaggr3g470r/templates/feeds.html
@@ -29,7 +29,7 @@
<td><a href="{{ feed.site_link }}">{{ feed.site_link }}</a></td>
<td>{{ feed.articles.all()|count }}</td>
<td>
- <a href="/articles/{{ feed.id }}"><i class="glyphicon glyphicon-th-list" title="All articles"></i></a>
+ <a href="/articles/{{ feed.id }}/100"><i class="glyphicon glyphicon-th-list" title="Articles"></i></a>
<a href="/edit_feed/{{ feed.id }}"><i class="glyphicon glyphicon-edit" title="Edit this feed"></i></a>
<a href="/delete_feed/{{ feed.id }}"><i class="glyphicon glyphicon-remove" title="Delete this feed"></i></a>
</td>
bgstack15