Commit 9cd03f8d authored by Fatih Acet's avatar Fatih Acet

Merge branch...

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
parents d2c01153 fbd7aa75
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment