summaryrefslogtreecommitdiff
path: root/app/views/groups/runners/_settings.html.haml
blob: 7716a2f125fc7c985f11ac3f6f2c8143481385bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.gl-mb-6
  #update-shared-runners-form{ data: group_shared_runners_settings_data(@group) }
.gl-card.gl-px-8.gl-py-6.gl-line-height-20
  .gl-card-body.gl-display-flex{ :class => "gl-p-0!" }
    .gl-banner-illustration
      = image_tag('illustrations/rocket-launch-md.svg', alt: s_('Runners|Rocket launch illustration'))
    .gl-banner-content
      %h1.gl-banner-title
        = s_('Runners|New group runners view')
      %p
        = s_('Runners|The new view gives you more space and better visibility into your fleet of runners.')
      %a.btn.btn-confirm.btn-md.gl-button{ :href => group_runners_path(@group) }
        %span.gl-button-text
        = s_('Runners|Take me there!')