update to project creation page to reflect default public project setting

This commit is contained in:
Angus MacArthur
2013-09-09 16:26:27 -04:00
parent f87e2d2801
commit cfe13a0d9f
+6 -2
View File
@@ -2,8 +2,12 @@
.project-edit-errors
= render 'projects/errors'
.project-edit-content
%p.slead
New projects are private by default. You choose who can see the project and commit to repository.
- if Gitlab.config.gitlab.default_projects_features.public
%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
= form_for @project, remote: true do |f|
.control-group.project-name-holder