diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-01 16:27:53 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-01 16:27:53 +0100 |
commit | 76fcff92797ba96eac023c812f041831eb29815b (patch) | |
tree | f7a16d99f991108e382c4366fd889a94972288b8 /pyaggr3g470r | |
parent | Share articles with reddit. (diff) | |
download | newspipe-76fcff92797ba96eac023c812f041831eb29815b.tar.gz newspipe-76fcff92797ba96eac023c812f041831eb29815b.tar.bz2 newspipe-76fcff92797ba96eac023c812f041831eb29815b.zip |
Link to the page to edit feed informations.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/articles.html | 4 |
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 %} |