summaryrefslogtreecommitdiff
path: root/app/views/shared/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-03 00:07:11 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-03 16:14:11 +0100
commitdf922d811520f2b6459e84f1e595d3a0fcfc395c (patch)
tree6b0018fb2255d84be31f7aaa16e7fc83d9f9918d /app/views/shared/groups
parent639b25e34caa27191dc190c62b8d9ad59f9624ff (diff)
downloadgitlab-ce-df922d811520f2b6459e84f1e595d3a0fcfc395c.tar.gz
Add number_with_delimiter and remove unnecessary dara placement for groups page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/groups')
-rw-r--r--app/views/shared/groups/_group.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index aa2ece22485..f7fe6b02641 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -15,11 +15,11 @@
.stats
%span
= icon('home')
- = group.projects.count
+ = number_with_delimiter(group.projects.count)
%span
= icon('users')
- = group.users.count
+ = number_with_delimiter(group.users.count)
= image_tag group_icon(group), class: "avatar s46 hidden-xs"
= link_to group, class: 'group-name' do