summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-26 11:02:28 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-07-26 11:02:28 +0000
commit34de738809f2d02e6db78bd0e6e47894ed0a4d26 (patch)
tree23447918922503f2960d98ba83779235c91598fc
parent96dba2ca17878eda915e13a7a00aad5831e03c36 (diff)
parentf8cd9aeb26c290eb92274b63426eb3b809693e9d (diff)
downloadgitlab-ce-34de738809f2d02e6db78bd0e6e47894ed0a4d26.tar.gz
Merge branch 'add-missing-colon' into 'master'
Add missing colon See merge request !13099
-rw-r--r--app/views/admin/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 128b5dc01ab..8e94e68bc11 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -150,7 +150,7 @@
.well-segment.well-centered
= link_to admin_groups_path do
%h3.text-center
- Groups
+ Groups:
= number_with_delimiter(Group.count)
%hr
= link_to 'New group', new_admin_group_path, class: "btn btn-new"