Commit c8567cb7 authored by Brett Walker's avatar Brett Walker

Move User Statistics link into a button group

parent 537ca744
......@@ -22,9 +22,10 @@
%h3.text-center
Users:
= approximate_count_with_delimiters(@counts, User)
= render_if_exists 'admin/dashboard/users_statistics'
%hr
.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