diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-09-19 06:58:51 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-09-19 06:58:51 +0000 |
commit | 10aeb81e8fce3a9ded4a1a15e497b62bc28f88ce (patch) | |
tree | 8541849d5c8001925b49b7bbb3008e7013774e6f /app/views/projects | |
parent | ff594bb3a9e5fae72a286132b88e2f1ebd4549af (diff) | |
parent | cf851ce559b1af2b0fecd13a06c362b15b5d5df8 (diff) | |
download | gitlab-ce-10aeb81e8fce3a9ded4a1a15e497b62bc28f88ce.tar.gz |
Merge branch 'zj-update-project-settings' into 'master'
Allow updating of project auto devops settings
Closes #37893
See merge request gitlab-org/gitlab-ce!14291
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/pipelines_settings/_show.html.haml | 4 |
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 324cd423ede..2aceb4b529c 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -25,8 +25,8 @@ %span.descr A specific .gitlab-ci.yml file needs to be specified before you can begin using Continious Integration and Delivery. .radio - = form.label :enabled do - = form.radio_button :enabled, nil + = form.label :enabled_nil do + = form.radio_button :enabled, '' %strong Instance default (status: #{current_application_settings.auto_devops_enabled?}) %br |