# HG changeset patch
# User Brian Neal
# Date 1452915361 21600
# Node ID be071e6db77c209c07b5ef6d9a031010b6992133
# Parent 565c31469bea21754e97b0beca40cbef7877ed31
Add comments icon on news story.
diff -r 565c31469bea -r be071e6db77c sg101/templates/news/story.html
--- a/sg101/templates/news/story.html Fri Jan 15 21:29:51 2016 -0600
+++ b/sg101/templates/news/story.html Fri Jan 15 21:36:01 2016 -0600
@@ -70,11 +70,14 @@
with the site staff, you can contact us directly.
{% endif %}
{% else %}
+
+
{% if story.forums_topic %}
{{ story.forums_comment_count }} comment{{ story.forums_comment_count|pluralize }}
{% else %}
Comments are disabled.
{% endif %}
+
{% endif %}
{% endblock %}