summaryrefslogtreecommitdiff
path: root/app/views/projects/ml/experiments/index.html.haml
blob: a84cb15d9404e313e369e276d0b339f6faef92c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
- 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