diff --git a/progit/templates/issue.html b/progit/templates/issue.html
index b6db057..658c89d 100644
--- a/progit/templates/issue.html
+++ b/progit/templates/issue.html
@@ -117,7 +117,7 @@
{% if issue.comments %}
{% for comment in issue.comments %}
{{ show_comment(comment.user, comment.date_created, comment.comment,
- comment.id) }}
+ loop.index) }}
{% endfor %}
{% endif %}