Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMax Raab <max.raab@maxraab.de>2017-07-26 10:22:57 +0300
committerMax Raab <max.raab@maxraab.de>2017-07-26 13:56:03 +0300
commitf8cd9aeb26c290eb92274b63426eb3b809693e9d (patch)
tree23447918922503f2960d98ba83779235c91598fc /app
parent96dba2ca17878eda915e13a7a00aad5831e03c36 (diff)
Add missing colon
Diffstat (limited to 'app')
-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"