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

show.html.haml « candidates « ml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d5059551d3b712f6c0af84ce91cd3a982116ec0 (plain)
1
2
3
4
5
6
7
8
- experiment = @candidate.experiment
- add_to_breadcrumbs _("Experiments"), project_ml_experiments_path(@project)
- 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)

#js-show-ml-candidate{ data: { view_model: presenter.present } }