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
245020a1
Commit
245020a1
authored
Mar 11, 2017
by
blackst0ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix visibility level on new project page
parent
69c1a9ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+2
-1
changelogs/unreleased/fix_visibility_level.yml
changelogs/unreleased/fix_visibility_level.yml
+4
-0
No files found.
app/views/projects/new.html.haml
View file @
245020a1
-
page_title
'New Project'
-
header_title
"Projects"
,
dashboard_projects_path
-
visibility_level
=
params
.
try
(
:[]
,
:project
).
try
(
:[]
,
:visibility_level
).
to_i
||
default_project_visibility
.project-edit-container
.project-edit-errors
...
...
@@ -95,7 +96,7 @@
=
f
.
label
:visibility_level
,
class:
'label-light'
do
Visibility Level
=
link_to
icon
(
'question-circle'
),
help_page_path
(
"public_access/public_access"
)
=
render
'shared/visibility_level'
,
f:
f
,
visibility_level:
default_project_visibility
,
can_change_visibility_level:
true
,
form_model:
@project
,
with_label:
false
=
render
'shared/visibility_level'
,
f:
f
,
visibility_level:
visibility_level
,
can_change_visibility_level:
true
,
form_model:
@project
,
with_label:
false
=
f
.
submit
'Create project'
,
class:
"btn btn-create project-submit"
,
tabindex:
4
=
link_to
'Cancel'
,
dashboard_projects_path
,
class:
'btn btn-cancel'
...
...
changelogs/unreleased/fix_visibility_level.yml
0 → 100644
View file @
245020a1
---
title
:
Fix visibility level on new project page
merge_request
:
9885
author
:
blackst0ne
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