summaryrefslogtreecommitdiff
path: root/app/views/projects/ml/candidates/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/ml/candidates/show.html.haml')
-rw-r--r--app/views/projects/ml/candidates/show.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/ml/candidates/show.html.haml b/app/views/projects/ml/candidates/show.html.haml
new file mode 100644
index 00000000000..7fa98f69edf
--- /dev/null
+++ b/app/views/projects/ml/candidates/show.html.haml
@@ -0,0 +1,7 @@
+- 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}"
+- data = candidate_as_data(@candidate)
+
+#js-show-ml-candidate{ data: { candidate: data } }