gitlab-org--gitlab-foss/app/views/projects/clusters/kubernetes/_header.html.haml
Filipa Lacerda c9de56fad4 Add existing cluster form - FE and CSS
Add GKE, Login - HTML & CSS
Cluster details - HTML & CSS
2017-12-03 13:36:10 +01:00

5 lines
451 B
Text

%h4.prepend-top-20
= s_('ClusterIntegration|Enter the details for your cluster')
%p
- link_to_help_page = link_to(s_('ClusterIntegration|documentation'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer')
= s_('ClusterIntegration|Please enter access information for your cluster. If you need help, you can read our %{link_to_help_page} on clusters').html_safe % { link_to_help_page: link_to_help_page }