=link_to(s_('ClusterIntegration|Create cluster on Google Container Engine'),providers_gcp_new_namespace_project_clusters_path(@project.namespace,@project))
=link_to(s_('ClusterIntegration|Create cluster on Google Container Engine'),new_namespace_project_gcp_path(@project.namespace,@project))
%li
=link_to(s_('ClusterIntegration|Add an existing cluster'),platforms_kubernetes_new_namespace_project_clusters_path(@project.namespace,@project))
=link_to(s_('ClusterIntegration|Add an existing cluster'),new_namespace_project_user_path(@project.namespace,@project))
%h4.prepend-top-0=s_('ClusterIntegration|Choose how to set up cluster integration')
%p=s_('ClusterIntegration|Create a new cluster on Google Engine right from GitLab')
=link_tos_('ClusterIntegration|Create on GKE'),providers_gcp_new_namespace_project_clusters_path(@project.namespace,@project),class: 'btn append-bottom-20'
=link_tos_('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_tos_('ClusterIntegration|Add an existing cluster'),platforms_kubernetes_new_namespace_project_clusters_path(@project.namespace,@project),class: 'btn append-bottom-20'
=link_tos_('ClusterIntegration|Add an existing cluster'),new_namespace_project_user_path(@project.namespace,@project),class: 'btn append-bottom-20'