BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
5c67c887
Commit
5c67c887
authored
Oct 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve admin dashboard UX
parent
b65a0461
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
index.html.haml
app/views/admin/dashboard/index.html.haml
+18
-13
No files found.
app/views/admin/dashboard/index.html.haml
View file @
5c67c887
%h3
.page-title
Admin area
%p
.light
You can manage projects, users and other GitLab data from here.
%hr
.admin_dash.row
.span4
.
ui-box
.title
Projects
.data
.padded
.
light-well
%h4
Projects
.data
=
link_to
admin_projects_path
do
%h1
=
Project
.
count
%hr
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-
small
"
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-
new
"
.span4
.
ui-box
.title
Users
.data
.padded
.
light-well
%h4
Users
.data
=
link_to
admin_users_path
do
%h1
=
User
.
count
%hr
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-
small
"
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-
new
"
.span4
.
ui-box
.title
Groups
.data
.padded
.
light-well
%h4
Groups
.data
=
link_to
admin_groups_path
do
%h1
=
Group
.
count
%hr
=
link_to
'New Group'
,
new_admin_group_path
,
class:
"btn btn-
small
"
=
link_to
'New Group'
,
new_admin_group_path
,
class:
"btn btn-
new
"
.row
.row
.prepend-top-10
.span4
%h4
Latest projects
%hr
...
...
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