debian-mirror-gitlab/app/views/projects/ml/candidates/show.html.haml
2023-07-09 08:55:56 +05:30

8 lines
446 B
Text

- 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 } }