diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-06 16:10:12 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-06 14:51:18 -0600 |
commit | 0d4c0e07cbe61f7b1fa30450e20bb96591eaac4f (patch) | |
tree | b49dda435174d0833d3b8c2f91a4e885aef8330f /app/controllers/projects/pipelines_settings_controller.rb | |
parent | 08ecab601398b9c62fb4b6c6231f610e5636f977 (diff) | |
download | gitlab-ce-0d4c0e07cbe61f7b1fa30450e20bb96591eaac4f.tar.gz |
Fixed badges test
Diffstat (limited to 'app/controllers/projects/pipelines_settings_controller.rb')
-rw-r--r-- | app/controllers/projects/pipelines_settings_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/pipelines_settings_controller.rb b/app/controllers/projects/pipelines_settings_controller.rb index e571394a677..3e5ad6cebb0 100644 --- a/app/controllers/projects/pipelines_settings_controller.rb +++ b/app/controllers/projects/pipelines_settings_controller.rb @@ -2,7 +2,7 @@ class Projects::PipelinesSettingsController < Projects::ApplicationController before_action :authorize_admin_pipeline! def show - redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project) + redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project, params: params) end def update |