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>2023-12-01 12:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-01 12:09:49 +0300
commit17a47c3e305567151191ce166702bd4e35e62a7b (patch)
tree782c7a8ff75abc7f95b6801c39397c843ce6adf3 /app/views/projects
parent916bb1bb577b64ec769b4c081c4f861a2f47322f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/ml/candidates/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/ml/candidates/show.html.haml b/app/views/projects/ml/candidates/show.html.haml
index 979bc107fd2..41b29d3c0b8 100644
--- a/app/views/projects/ml/candidates/show.html.haml
+++ b/app/views/projects/ml/candidates/show.html.haml
@@ -3,6 +3,6 @@
- add_to_breadcrumbs experiment.name, project_ml_experiment_path(@project, experiment.iid)
- breadcrumb_title "Candidate #{@candidate.iid}"
- add_page_specific_style 'page_bundles/ml_experiment_tracking'
-- presenter = ::Ml::CandidateDetailsPresenter.new(@candidate, @include_ci_info)
+- presenter = ::Ml::CandidateDetailsPresenter.new(@candidate, current_user)
-#js-show-ml-candidate{ data: { view_model: presenter.present } }
+#js-show-ml-candidate{ data: { view_model: presenter.present_as_json } }