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

_incubation_banner.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: e34f3fd2d2fcc925e0580f8e012b8e072218e8f0 (plain)
1
2
3
4
5
6
7
8
= render Pajamas::AlertComponent.new(variant: :warning,
                title: _('Machine Learning Experiment Tracking is in Incubating Phase'),
                alert_options: { class: 'gl-my-3' }) do |c|
  = c.body do
    = _('GitLab incubates features to explore new use cases. These features are updated regularly, and support is limited')
    = link_to _('Learn more.'), 'https://about.gitlab.com/handbook/engineering/incubation/', target: "_blank"
  = c.actions do
    = link_to _('Feedback and Updates'), 'https://gitlab.com/groups/gitlab-org/-/epics/8560', target: "_blank"