gitlab-org--gitlab-foss/app/views/projects/clusters/new.html.haml

14 lines
696 B
Text
Raw Normal View History

- breadcrumb_title "Cluster"
2017-11-03 08:57:10 -04:00
- page_title _("Cluster")
.row.prepend-top-default
2017-10-04 18:47:03 -04:00
.col-sm-4
= render 'sidebar'
.col-sm-8
2017-12-03 07:50:45 -05:00
%h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up cluster integration')
2017-12-03 07:50:45 -05:00
%p= s_('ClusterIntegration|Create a new cluster on Google Engine right from GitLab')
= link_to s_('ClusterIntegration|Create on GKE'), new_namespace_project_gcp_path(@project.namespace, @project), class: 'btn append-bottom-20'
%p= s_('ClusterIntegration|Enter the details for an existing Kubernetes cluster')
= link_to s_('ClusterIntegration|Add an existing cluster'), new_namespace_project_user_path(@project.namespace, @project), class: 'btn append-bottom-20'