issue: pluralize issue count
This commit is contained in:
parent
657a1acf0e
commit
51a6537f39
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue