Commit d82739ff authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '37886-typo-in-protected-runners-setting-checkbox' into 'master'

Resolve "Typo in Protected Runners setting checkbox"

Closes #37886

See merge request gitlab-org/gitlab-ce!14284
parents 5effeae0 86dd4bba
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.col-sm-10 .col-sm-10
.checkbox .checkbox
= f.check_box :access_level, {}, 'ref_protected', 'not_protected' = f.check_box :access_level, {}, 'ref_protected', 'not_protected'
%span.light This runner will only run on pipelines trigged on protected branches %span.light This runner will only run on pipelines triggered on protected branches
.form-group .form-group
= label :run_untagged, 'Run untagged jobs', class: 'control-label' = label :run_untagged, 'Run untagged jobs', class: 'control-label'
.col-sm-10 .col-sm-10
......
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