keep general pipeline settings panel open after form submission

This commit is contained in:
Mike Greiling 2018-08-07 16:10:30 -05:00
parent 1f17d18db5
commit cf81518558
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -1,6 +1,6 @@
.row.prepend-top-default
.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: 'js-general-pipeline-settings') do |f|
= form_errors(@project)
%fieldset.builds-feature
.form-group.append-bottom-default.js-secret-runner-token