issue: pluralize issue count

This commit is contained in:
Élie Bouttier 2014-08-16 22:22:50 -07:00
parent 657a1acf0e
commit 51a6537f39

View file

@ -19,7 +19,7 @@
{% endif %}
 
<a href="{% same_author issue.author %}"><b>{{ issue.author}}</b></a> opened this issue {{ issue.opened_at|naturaltime }}
- {{ issue.comments.count }} comments
- {{ issue.comments.count }} comment{{ issue.comments.count|pluralize }}
</div>
<div class="row">