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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-12 12:09:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-12 12:09:31 +0300
commit0e1a6f6a2b28464e6ad151da4dced6d603bd11b0 (patch)
treeb84d68dca1be62e789da50841ed283d99a4284b5 /app/presenters/instance_clusterable_presenter.rb
parent143f7be045960f8d51dea738781535d614956f84 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/instance_clusterable_presenter.rb')
-rw-r--r--app/presenters/instance_clusterable_presenter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/presenters/instance_clusterable_presenter.rb b/app/presenters/instance_clusterable_presenter.rb
index 0c267fd5735..41071bc7bc7 100644
--- a/app/presenters/instance_clusterable_presenter.rb
+++ b/app/presenters/instance_clusterable_presenter.rb
@@ -13,8 +13,8 @@ class InstanceClusterablePresenter < ClusterablePresenter
end
override :index_path
- def index_path
- admin_clusters_path
+ def index_path(options = {})
+ admin_clusters_path(options)
end
override :new_path