summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/_empty_state.html.haml
blob: e629cc58b0630efa698fefa5288f65f9df8db758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.row.empty-state
  .col-xs-12
    .svg-content= image_tag 'illustrations/clusters_empty.svg'
  .col-xs-12.text-center
    .text-content
      %h4= s_('ClusterIntegration|Integrate cluster automation')
      - link_to_help_page = link_to(s_('ClusterIntegration|Learn more about Clusters'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer')
      %p= s_('ClusterIntegration|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}

      %p
        = link_to s_('ClusterIntegration|Add cluster'), new_project_cluster_path(@project), class: 'btn btn-success'