keep auto devops settings panel open after form submission

This commit is contained in:
Mike Greiling 2018-08-07 16:10:07 -05:00
parent 9c0f52714c
commit 1f17d18db5
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.row
.col-lg-12
= form_for @project, url: project_settings_ci_cd_path(@project) do |f|
= form_for @project, url: project_settings_ci_cd_path(@project, anchor: 'autodevops-settings') do |f|
= form_errors(@project)
%fieldset.builds-feature.js-auto-devops-settings
.form-group