Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-04 21:14:37 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 00:17:03 +0300
commit7d7d289b159fba332c68dc66b6f9f3b17428c3a3 (patch)
treedbe3b5060187c21a337c38e57c6695ced27c92c3 /app/controllers
parentf834e2907d5111f3e2bcd8d0dd126f9e0dd0be7a (diff)
Add missing empty line in #reset_cache
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/settings/ci_cd_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/settings/ci_cd_controller.rb b/app/controllers/projects/settings/ci_cd_controller.rb
index 1dcebcb15a6..86717bb7242 100644
--- a/app/controllers/projects/settings/ci_cd_controller.rb
+++ b/app/controllers/projects/settings/ci_cd_controller.rb
@@ -17,6 +17,7 @@ module Projects
else
flash[:error] = _("Unable to reset project cache.")
end
+
redirect_to project_pipelines_path(@project)
end