summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_empty_state.html.haml
blob: 1798ba81075caa205069a8df0d26b4d2603ffd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.row.empty-state
  .col-12
    .svg-content= image_tag 'illustrations/clusters_empty.svg'
  .col-12
    .text-content
      %h4.gl-text-center= s_('ClusterIntegration|Integrate Kubernetes with a cluster certificate')
      %p.gl-text-center
        = s_('ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way.')
        = clusterable.empty_state_help_text
        = clusterable.learn_more_link

      - if clusterable.can_add_cluster?
        .gl-text-center
          = link_to s_('ClusterIntegration|Integrate with a cluster certificate'), clusterable.new_path, class: 'btn btn-success'