debian-mirror-gitlab/app/views/projects/ml/experiments/index.html.haml

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

12 lines
368 B
Text
Raw Normal View History

2023-01-13 00:05:48 +05:30
- breadcrumb_title _('ML Experiments')
- page_title _('ML Experiments')
.page-title-holder.d-flex.align-items-center
%h1.page-title.gl-font-size-h-display= _('Machine Learning Experiments')
= render "incubation_banner"
%div{ class: container_class }
.content-list.builds-content-list
= render "experiment_list", experiments: @experiments, project: @project