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-10-13 03:08:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-13 03:08:42 +0300
commitc2fcfe515ff2cd70af37863f9c8f487fed3c8338 (patch)
tree2450752cb227f7ee7e0ef8350ff811c72dc7c9f1 /app/presenters/instance_clusterable_presenter.rb
parentf5dcc7ae73d1744b7737c16411af6281d78bc455 (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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/instance_clusterable_presenter.rb b/app/presenters/instance_clusterable_presenter.rb
index 7704e6b59c1..94c1195ed6a 100644
--- a/app/presenters/instance_clusterable_presenter.rb
+++ b/app/presenters/instance_clusterable_presenter.rb
@@ -8,7 +8,7 @@ class InstanceClusterablePresenter < ClusterablePresenter
attributes_with_presenter_class = attributes.merge(presenter_class: InstanceClusterablePresenter)
Gitlab::View::Presenter::Factory
- .new(clusterable, attributes_with_presenter_class)
+ .new(clusterable, **attributes_with_presenter_class)
.fabricate!
end