aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/search.html')
-rw-r--r--pyaggr3g470r/templates/search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/search.html b/pyaggr3g470r/templates/search.html
index d90b5de0..c89e2d90 100644
--- a/pyaggr3g470r/templates/search.html
+++ b/pyaggr3g470r/templates/search.html
@@ -10,7 +10,7 @@
<div class="col-md-6 col-md-offset-3">
<h1>{{ feed.title }}</h1>
<a href="/articles/{{ feed.oid }}"><i class="glyphicon glyphicon-th-list" title="All articles"></i></a>
- <a href="/feed/{{ feed.oid }}"><i class="glyphicon glyphicon-eye-open" title="Details"></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>
</div>
@@ -41,4 +41,4 @@
{% endfor %}
{% endif %}
</div><!-- /.container -->
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15