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
931c67ed
Commit
931c67ed
authored
Jun 29, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blank state view for EE dashboard page
parent
cbbcd908
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
+56
-0
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
+16
-0
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+40
-0
No files found.
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
0 → 100644
View file @
931c67ed
.blank-state.ee-trial.clearfix
.blank-state-icon
=
custom_icon
(
"ee_trial"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Unlock more features with GitLab Enterprise Edition
%p
.blank-state-text
GitLab is free to use.
Many features for larger teams are part of
our paid
=
succeed
"."
do
=
link_to
"Enterprise Edition products"
,
"https://about.gitlab.com/products/"
You can try these out for free without
any obligation or payment details.
=
link_to
new_group_path
,
class:
"btn btn-new"
do
Start free trial
\ No newline at end of file
app/views/dashboard/projects/_blank_state_welcome.html.haml
0 → 100644
View file @
931c67ed
-
publicish_project_count
=
ProjectsFinder
.
new
(
current_user:
current_user
).
execute
.
count
.blank-state.blank-state-welcome
%h2
.blank-state-welcome-title
Welcome to GitLab
%p
.blank-state-text
Code, test, and deploy together
.blank-state.clearfix
.col-md-3.blank-state-icon
=
custom_icon
(
"add_new_user"
,
size:
50
)
.col-md-9.blank-state-body
%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
.col-md-3.blank-state-icon
=
custom_icon
(
"configure_server"
,
size:
50
)
.col-md-9.blank-state-body
%h3
.blank-state-title
Configure your server
%p
.blank-state-text
Make adjustments to how your GitLab server is setup.
=
link_to
new_group_path
,
class:
"btn btn-new"
do
Configure server
-
if
current_user
.
can_create_group?
.blank-state.clearfix
.col-md-3.blank-state-icon
=
custom_icon
(
"add_new_group"
,
size:
50
)
.col-md-9.blank-state-body
%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