_empty_state.html.haml 818 Bytes
.row.empty-state
  .col-xs-12
    .svg-content= image_tag 'illustrations/clusters_empty.svg'
  .col-xs-12
    .text-content
      %h4.text-center= s_('ClusterIntegration|Integrate Kubernetes cluster automation')
      - link_to_help_page = link_to(_('Learn more about Kubernetes'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer')
      %p= s_('ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way. %{link_to_help_page}').html_safe % { link_to_help_page: link_to_help_page}

      - if can?(current_user, :create_cluster, @project)
        .text-center
          = link_to s_('ClusterIntegration|Add Kubernetes cluster'), new_project_cluster_path(@project), class: 'btn btn-success'