mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 12:27:32 +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}}>
|
||||
|
|
|
@ -229,7 +229,7 @@ ol.category-breadcrumb {
|
|||
@include fa-icon-rotate(180deg, 1);
|
||||
color: $primary;
|
||||
/* because it is rotated, right becomes left! */
|
||||
padding-left: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user