Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c8567cb7
Commit
c8567cb7
authored
Dec 11, 2018
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move User Statistics link into a button group
parent
537ca744
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+3
-2
ee/app/views/admin/dashboard/_users_statistics.html.haml
ee/app/views/admin/dashboard/_users_statistics.html.haml
+1
-2
ee/changelogs/unreleased/6774-admin-dashboard-users-statistics-link-should-be-placed-differently.yml
...rd-users-statistics-link-should-be-placed-differently.yml
+5
-0
No files found.
app/views/admin/dashboard/index.html.haml
View file @
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
...
...
ee/app/views/admin/dashboard/_users_statistics.html.haml
View file @
c8567cb7
.text-center
=
link_to
'Users statistics'
,
admin_dashboard_stats_path
=
link_to
'Users statistics'
,
admin_dashboard_stats_path
,
class:
"btn btn-primary"
ee/changelogs/unreleased/6774-admin-dashboard-users-statistics-link-should-be-placed-differently.yml
0 → 100644
View file @
c8567cb7
---
title
:
User Statistics in Admin Dashboard now a button
merge_request
:
8807
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment