diff options
Diffstat (limited to 'pyaggr3g470r/templates')
-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 %} |