gitlab-org--gitlab-foss/app/views/projects/clusters/_dropdown.html.haml
Filipa Lacerda d03b205bdd Adds dropdown
Fixed HTML
2017-12-03 13:36:10 +01:00

13 lines
629 B
Text

%h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up cluster integration')
.dropdown
%button.dropdown-toggle.form-control{ type: 'button', data: { toggle: 'dropdown' }, "aria-haspopup": true, "aria-expanded": false }
= dropdown_text
%span.caret
%ul.dropdown-menu
%li
%a{ href: providers_gcp_new_namespace_project_clusters_path(@project.namespace, @project) }
= s_('ClusterIntegration| Create cluster on Google Engine')
%li
%a{ href: platforms_kubernetes_new_namespace_project_clusters_path(@project.namespace, @project)}
= s_('ClusterIntegration| Add existing cluster')