summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/new.html.haml
blob: 3963e4741f368228ff1b2884cc47371be1f84f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- breadcrumb_title "Cluster"
- page_title _("New Cluster")

.row.prepend-top-default
  .col-sm-4
    = render 'sidebar'
  .col-sm-8
    %h4= s_('ClusterIntegration|Choose how to set up cluster integration')

    %p= s_('ClusterIntegration| Create a new cluster on Google Engine right from GitLab')
    -# TODO FIX PATH
    = link_to s_('ClusterIntegration|Create on GKE'), providers_gcp_login_project_clusters_path(@project), class: 'btn append-bottom-20'
    -# TODO FIX PATH
    %p= s_('ClusterIntegration| Enter the details for an existing Kubernetes cluster')
    = link_to s_('ClusterIntegration|Add an existing cluster'), project_settings_integrations_path(@project), class: 'btn append-bottom-20'