summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-26 11:02:28 +0000
committerSimon Knox <psimyn@gmail.com>2017-07-27 11:37:13 +1000
commitf8ccd895468f3f36cb064457aba2ce676c24c42e (patch)
treed2f10fe4a700e71a5c19e7c95449f478fb4c2cfc /app
parent7659a09cb17729d4a507b6ea99bd3c88b79ce198 (diff)
downloadgitlab-ce-f8ccd895468f3f36cb064457aba2ce676c24c42e.tar.gz
Merge branch 'add-missing-colon' into 'master'
Add missing colon See merge request !13099
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"