summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/user/_header.html.haml
blob: 06ac210a06df0c24bc00cc59eba300eeec6ae665 (plain)
1
2
3
4
5
%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 }