aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/search.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/search.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/search.html')
-rw-r--r--pyaggr3g470r/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/search.html b/pyaggr3g470r/templates/search.html
index 2a203e11..e589ad9a 100644
--- a/pyaggr3g470r/templates/search.html
+++ b/pyaggr3g470r/templates/search.html
@@ -13,7 +13,7 @@
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1>{{ feed.title|safe }}</h1>
- <a href="/articles/{{ feed.oid }}"><i class="glyphicon glyphicon-th-list" title="All articles"></i></a>
+ <a href="/articles/{{ feed.oid }}/100"><i class="glyphicon glyphicon-th-list" title="More articles"></i></a>
<a href="/feed/{{ feed.oid }}"><i class="glyphicon glyphicon-info-sign" title="Details"></i></a>
<a href="/edit_feed/{{ feed.oid }}"><i class="glyphicon glyphicon-edit" title="Edit this feed"></i></a>
</div>
bgstack15