summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-19 15:49:44 +0000
committerRémy Coutable <remy@rymai.me>2016-10-20 17:13:16 +0200
commit52640a15715c9beae83dbb5cde534547c41ebdb9 (patch)
tree91c7ea88b56c97e8231157e5810a8e2f2c2bf067
parent227a9b44cf0dffcdbbf0d65ccfb96818870afc2c (diff)
downloadgitlab-ce-52640a15715c9beae83dbb5cde534547c41ebdb9.tar.gz
Merge branch 'fix/fix-public-builds-name-in-pipeline-settings' into 'master'
Fix name of feature that restricts access to builds traces ## What does this MR do? This MR fixes the name of the feature that makes it possible to restrict build traces. This does not disable access to pipelines. Pipelines are still available so we should tie the name with builds, instead of using work "pipeline" there. See merge request !6980
-rw-r--r--app/views/projects/pipelines_settings/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines_settings/show.html.haml b/app/views/projects/pipelines_settings/show.html.haml
index 0740e9b56ab..bebf0ccd54d 100644
--- a/app/views/projects/pipelines_settings/show.html.haml
+++ b/app/views/projects/pipelines_settings/show.html.haml
@@ -64,8 +64,8 @@
.checkbox
= f.label :public_builds do
= f.check_box :public_builds
- %strong Public pipelines
- .help-block Allow everyone to access pipelines for Public and Internal projects
+ %strong Public builds
+ .help-block Allow everyone to access builds traces for Public and Internal projects
.form-group.append-bottom-default
= f.label :runners_token, "Runners token", class: 'label-light'