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}}>

View File

@ -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;
}