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
6384985f
Commit
6384985f
authored
Jul 07, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing `row` & `container` classes
parent
87250815
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+3
-3
app/views/dashboard/projects/_zero_authorized_projects.html.haml
...ws/dashboard/projects/_zero_authorized_projects.html.haml
+1
-1
No files found.
app/views/dashboard/projects/_blank_state_welcome.html.haml
View file @
6384985f
-
public_project_count
=
ProjectsFinder
.
new
(
current_user:
current_user
).
execute
.
count
-
if
current_user
.
can_create_group?
.blank-state.clearfix
.
row.
blank-state.clearfix
.col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"add_new_group"
,
size:
50
)
.col-md-5.blank-state-body
...
...
@@ -12,7 +12,7 @@
=
link_to
new_group_path
,
class:
"btn btn-new"
do
New group
.blank-state.clearfix
.
row.
blank-state.clearfix
.col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"add_new_project"
,
size:
50
)
.col-md-5.blank-state-body
...
...
@@ -32,7 +32,7 @@
New project
-
if
public_project_count
>
0
.blank-state.clearfix
.
row.
blank-state.clearfix
.col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"globe"
,
size:
50
)
.col-md-5.blank-state-body
...
...
app/views/dashboard/projects/_zero_authorized_projects.html.haml
View file @
6384985f
.row.blank-state-parent-container
.section-container
.section-body.section-welcome
{
class:
"#{ 'section-admin-welcome' if current_user.admin? }"
}
.
container.
section-body.section-welcome
{
class:
"#{ 'section-admin-welcome' if current_user.admin? }"
}
.blank-state.blank-state-welcome
%h2
.blank-state-welcome-title
Welcome to GitLab
...
...
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