Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « experiments « ml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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