summaryrefslogtreecommitdiff
path: root/app/views/admin/groups
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-30 22:03:43 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-12-31 20:04:23 -0500
commitbf249550d03a21d4aca3847b6d32b6d71de3956b (patch)
tree4b8782a195615a32c20f1f889bc20100ccfa1c0e /app/views/admin/groups
parent7945cf4163e069c5535968812d259541ec2fd4e8 (diff)
downloadgitlab-ce-bf249550d03a21d4aca3847b6d32b6d71de3956b.tar.gz
number_with_delimiter most of the thingsrs-delimit-all-the-things
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r--app/views/admin/groups/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml
index 5ce7cdf2f8d..3940210e19b 100644
--- a/app/views/admin/groups/index.html.haml
+++ b/app/views/admin/groups/index.html.haml
@@ -1,6 +1,6 @@
- page_title "Groups"
%h3.page-title
- Groups (#{@groups.total_count})
+ Groups (#{number_with_delimiter(@groups.total_count)})
= link_to 'New Group', new_admin_group_path, class: "btn btn-new pull-right"
%p.light