Commit 50e8290e authored by Fatih Acet's avatar Fatih Acet

Merge branch...

Merge branch '6774-admin-dashboard-users-statistics-link-should-be-placed-differently' into 'master'

Admin Dashboard "Users Statistics" link should be placed differently

Closes #6774

See merge request gitlab-org/gitlab-ee!8807
parents 3c56d922 c8567cb7
......@@ -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
......
.text-center
= link_to 'Users statistics', admin_dashboard_stats_path
= link_to 'Users statistics', admin_dashboard_stats_path, class: "btn btn-primary"
---
title: User Statistics in Admin Dashboard now a button
merge_request: 8807
author:
type: fixed
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