Commit cfe13a0d authored by Angus MacArthur's avatar Angus MacArthur

update to project creation page to reflect default public project setting

parent f87e2d28
...@@ -2,8 +2,12 @@ ...@@ -2,8 +2,12 @@
.project-edit-errors .project-edit-errors
= render 'projects/errors' = render 'projects/errors'
.project-edit-content .project-edit-content
%p.slead - if Gitlab.config.gitlab.default_projects_features.public
New projects are private by default. You choose who can see the project and commit to repository. %p.slead
New projects are public by default. Any signed in user can see your project but cannot commit to it unless granted access.
- else
%p.slead
New projects are private by default. You choose who can see the project and commit to repository.
%hr %hr
= form_for @project, remote: true do |f| = form_for @project, remote: true do |f|
.control-group.project-name-holder .control-group.project-name-holder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment