mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 16:54:35 +08:00
UX: use 'number' helper when displaying the number of replies in a topic
This commit is contained in:
parent
4ab61dfdad
commit
e4e74c5fbb
@ -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}}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user