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:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 15:31:07 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 15:31:07 +0300
commit2fc29237aacd8df778ede532e450d06c79c63004 (patch)
treeffafca695f63d92897ce543c3c51fbf73a403d5d /app/controllers/projects/clusters_controller.rb
parent9429514e303bdceee0621b5c4bf02ad8ca0a7add (diff)
parentf1357a1e15bead6b58c049357c765dd991c04d9b (diff)
Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-page-with-list-clusters
Diffstat (limited to 'app/controllers/projects/clusters_controller.rb')
-rw-r--r--app/controllers/projects/clusters_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/clusters_controller.rb b/app/controllers/projects/clusters_controller.rb
index e0ded4ceb2f..f3939c74591 100644
--- a/app/controllers/projects/clusters_controller.rb
+++ b/app/controllers/projects/clusters_controller.rb
@@ -46,7 +46,7 @@ class Projects::ClustersController < Projects::ApplicationController
end
format.html do
flash[:notice] = "Cluster was successfully updated."
- redirect_to project_cluster_path(project, project.cluster)
+ redirect_to project_cluster_path(project, cluster)
end
end
else