summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-06 15:48:54 -0500
committerMike Greiling <mike@pixelcog.com>2018-06-06 15:48:54 -0500
commitaf261c1b314058c3aefef3377b9f7f8a20701481 (patch)
treef7364a518e02ef24d0acc7d760d452a39ee05faf /app/views
parentff582303a8340fdd4d7fc3c7fb32b07c4c2270fa (diff)
downloadgitlab-ce-af261c1b314058c3aefef3377b9f7f8a20701481.tar.gz
attach a single event handler to detect radio button changes instead of one per input
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/settings/ci_cd/_autodevops_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/ci_cd/_autodevops_form.html.haml b/app/views/projects/settings/ci_cd/_autodevops_form.html.haml
index 12a60400a42..c3e10a93456 100644
--- a/app/views/projects/settings/ci_cd/_autodevops_form.html.haml
+++ b/app/views/projects/settings/ci_cd/_autodevops_form.html.haml
@@ -2,7 +2,7 @@
.col-lg-12
= form_for @project, url: project_settings_ci_cd_path(@project) do |f|
= form_errors(@project)
- %fieldset.builds-feature.auto-devops-settings
+ %fieldset.builds-feature.js-auto-devops-settings
.form-group
- message = auto_devops_warning_message(@project)
- ci_file_formatted = '<code>.gitlab-ci.yml</code>'.html_safe