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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4f9bc937
Commit
4f9bc937
authored
Sep 12, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/new_landing' of /home/git/repositories/gitlab/gitlabhq
parents
a056fc2d
4002561e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
12 deletions
+45
-12
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+9
-0
app/views/dashboard/_zero_authorized_projects.html.haml
app/views/dashboard/_zero_authorized_projects.html.haml
+36
-12
No files found.
app/assets/stylesheets/common.scss
View file @
4f9bc937
...
...
@@ -373,3 +373,12 @@ table {
text-align
:
center
;
}
}
.dashboard-intro-icon
{
float
:
left
;
font-size
:
32px
;
color
:
#AAA
;
padding
:
5px
0
;
width
:
50px
;
min-height
:
100px
;
}
app/views/dashboard/_zero_authorized_projects.html.haml
View file @
4f9bc937
%h3
.nothing_here_message
You don't have access to any projects.
%br
-
if
current_user
.
can_create_project?
You can create up to
=
pluralize
(
current_user
.
projects_limit
,
"project"
)
+
"."
Click on the button below to add a new one
.link_holder
=
link_to
new_project_path
,
class:
"btn btn-primary"
do
New Project »
-
else
If you are added to a project, it will be displayed here
%h3
.page-title
Welcome to GitLab!
%p
.light
Self Hosted Git Management application.
%hr
%div
.dashboard-intro-icon
%i
.icon-bookmark-empty
%div
%p
.slead
You don't have access to any projects right now.
%br
-
if
current_user
.
can_create_project?
You can create up to
%strong
=
pluralize
(
current_user
.
projects_limit
,
"project"
)
+
"."
Click on the button below to add a new one
-
else
If you are added to a project, it will be displayed here
-
if
current_user
.
can_create_project?
.link_holder
=
link_to
new_project_path
,
class:
"btn btn-new"
do
New project »
-
if
current_user
.
can_create_group?
%hr
%div
.dashboard-intro-icon
%i
.icon-group
%div
%p
.slead
You can create a group for several dependent projects.
%br
Group is the best way to manage projects and members
.link_holder
=
link_to
new_group_path
,
class:
"btn btn-new"
do
New group »
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