UX: use 'number' helper when displaying the number of replies in a topic

This commit is contained in:
Régis Hanol 2016-04-04 11:42:38 +02:00
parent 4ab61dfdad
commit e4e74c5fbb
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<{{view.tagName}} class='num posts-map posts {{view.likesHeat}}' title='{{view.title}}'>
<a href class='posts-map badge-posts {{view.likesHeat}}'>{{topic.replyCount}}</a>
<a href class='posts-map badge-posts {{view.likesHeat}}'>{{number topic.replyCount}}</a>
</{{view.tagName}}>