summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-03-20 14:06:49 +0000
committerFatih Acet <acetfatih@gmail.com>2019-03-20 14:06:49 +0000
commit9cd03f8dbd582942e1b6247f34dde5dd4dad0fcc (patch)
tree497f6c56d14bff7609e235e02cce7ab0c25729f9
parentd2c01153a882b1f3d5ad5dc3e1218741bfabceb5 (diff)
parentfbd7aa759ef60fc0199b8586b504639b01b7e657 (diff)
downloadgitlab-ce-9cd03f8dbd582942e1b6247f34dde5dd4dad0fcc.tar.gz
Merge branch '6774-admin-dashboard-users-statistics-link-should-be-placed-differently' into 'master'
Backport of Admin Dashboard "Users Statistics" link should be placed differently See merge request gitlab-org/gitlab-ce!26192
-rw-r--r--app/views/admin/dashboard/index.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 6756299cf43..2a1d2c2aeab 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -22,9 +22,10 @@
%h3.text-center
Users:
= approximate_count_with_delimiters(@counts, User)
- = render_if_exists 'admin/dashboard/users_statistics'
%hr
- = link_to 'New user', new_admin_user_path, class: "btn btn-success"
+ .btn-group.d-flex{ role: 'group' }
+ = link_to 'New user', new_admin_user_path, class: "btn btn-success"
+ = render_if_exists 'admin/dashboard/users_statistics'
.col-sm-4
.info-well.dark-well
.well-segment.well-centered