aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/articles.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-01 16:27:53 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-01 16:27:53 +0100
commit76fcff92797ba96eac023c812f041831eb29815b (patch)
treef7a16d99f991108e382c4366fd889a94972288b8 /pyaggr3g470r/templates/articles.html
parentShare articles with reddit. (diff)
downloadnewspipe-76fcff92797ba96eac023c812f041831eb29815b.tar.gz
newspipe-76fcff92797ba96eac023c812f041831eb29815b.tar.bz2
newspipe-76fcff92797ba96eac023c812f041831eb29815b.zip
Link to the page to edit feed informations.
Diffstat (limited to 'pyaggr3g470r/templates/articles.html')
-rw-r--r--pyaggr3g470r/templates/articles.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html
index f944d1ed..8fc4054e 100644
--- a/pyaggr3g470r/templates/articles.html
+++ b/pyaggr3g470r/templates/articles.html
@@ -3,6 +3,8 @@
<div class="container">
<div class="jumbotron">
<h2><a href="{{ feed.site_link }}">{{ feed.title }}</a></h2>
+ <a href="/feed/{{ feed.oid }}"><i class="glyphicon glyphicon-eye-open" title="Details"></i></a>
+ <a href="/edit_feed/{{ feed.oid }}"><i class="glyphicon glyphicon-edit" title="Edit this feed"></i></a>
<h3>{{ feed.articles|count }} articles.</h3>
</div>
{% if feed.articles|count == 0 %}
@@ -34,4 +36,4 @@
{% endif %}
{% endif %}
</div><!-- /.container -->
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15