summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-04 12:57:46 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-04 12:57:46 +0100
commitb4c36130cc285ac25caef842040e44898eaf858d (patch)
treea8401b27cec6920b9a6e7fce6592e398bc35c54d /app/views/projects/edit.html.haml
parent6a5a175d9fd1d72cdaab033eefc4191561e619cc (diff)
downloadgitlab-ce-b4c36130cc285ac25caef842040e44898eaf858d.tar.gz
Rename allow_guest_to_access_builds to public_builds
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index fd61ce6a99a..fdcb6987471 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -162,10 +162,10 @@
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
- = f.label :allow_guest_to_access_builds do
- = f.check_box :allow_guest_to_access_builds
- %strong Guests can see builds
- .help-block Allow guests and anonymous users to access builds including build trace and artifacts
+ = f.label :public_builds do
+ = f.check_box :public_builds
+ %strong Public builds
+ .help-block Allow everyone to access builds for Public and Internal projects
%fieldset.features
%legend