summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-03 00:00:48 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-03 00:00:48 -0700
commit2fc236177f70244101b285bde8ee6a77f779c0ce (patch)
tree289e70a51240f236df3742403fb4eab360431500 /app/views/projects
parentf40d4e6685ca749c69bfc480a747a430f6c9825f (diff)
parent8589f0f4000095583a3a536f4986dd85a379669d (diff)
downloadgitlab-ce-2fc236177f70244101b285bde8ee6a77f779c0ce.tar.gz
Merge pull request #3801 from holdtotherod/feature/internally-public-projects
Internally public projects
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_form.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index 4d635e3dc68..0e1fd238005 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -48,7 +48,7 @@
Public mode:
.control-group
= f.label :public, class: 'control-label' do
- %span Public clone access
+ %span Public access
.controls
= f.check_box :public
%span.descr
@@ -56,6 +56,8 @@
%em without any
authentication.
It will also be listed on the #{link_to "public access directory", public_root_path}.
+ %em Any
+ user will have #{link_to "Guest", help_permissions_path} permissions on the repository.
%fieldset.features
%legend