debian-mirror-gitlab/app/views/projects/ml/candidates/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
404 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- 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}"
2023-05-27 22:25:52 +05:30
- add_page_specific_style 'page_bundles/ml_experiment_tracking'
2023-03-04 22:38:38 +05:30
2023-04-23 21:23:45 +05:30
#js-show-ml-candidate{ data: { view_model: show_candidate_view_model(@candidate) } }