summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Raab <max.raab@maxraab.de>2017-07-26 07:22:57 +0000
committerMax Raab <max.raab@maxraab.de>2017-07-26 12:56:03 +0200
commitf8cd9aeb26c290eb92274b63426eb3b809693e9d (patch)
tree23447918922503f2960d98ba83779235c91598fc
parent96dba2ca17878eda915e13a7a00aad5831e03c36 (diff)
downloadgitlab-ce-f8cd9aeb26c290eb92274b63426eb3b809693e9d.tar.gz
Add missing colon
-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"