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
e7f66801
Commit
e7f66801
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE admin welcome page
parent
31feef4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
_blank_state_admin_welcome.html.haml
...s/dashboard/projects/_blank_state_admin_welcome.html.haml
+34
-0
No files found.
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
0 → 100644
View file @
e7f66801
.blank-state.clearfix
.blank-state-icon.col-md-1.col-md-offset-4
=
custom_icon
(
"add_new_user"
,
size:
50
)
.blank-state-body.col-md-3
%h3
.blank-state-title
Add user
%p
.blank-state-text
Add your team members and others to GitLab.
=
link_to
new_admin_user_path
,
class:
"btn btn-new"
do
New user
.blank-state.clearfix
.blank-state-icon.col-md-1.col-md-offset-4
=
custom_icon
(
"configure_server"
,
size:
50
)
.blank-state-body.col-md-3
%h3
.blank-state-title
Configure GitLab
%p
.blank-state-text
Make adjustments to how your GitLab instance is set up.
=
link_to
admin_root_path
,
class:
"btn btn-new"
do
Configure
-
if
current_user
.
can_create_group?
.blank-state.clearfix
.blank-state-icon.col-md-1.col-md-offset-4
=
custom_icon
(
"add_new_group"
,
size:
50
)
.blank-state-body.col-md-3
%h3
.blank-state-title
Create a group
%p
.blank-state-text
Groups are a great way to organise projects and people.
=
link_to
new_group_path
,
class:
"btn btn-new"
do
New group
\ No newline at end of file
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