keep general pipeline settings panel open after form submission
This commit is contained in:
parent
1f17d18db5
commit
cf81518558
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue