Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header.html.haml « user « clusters « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04c7ce96a4b2aaf4422dcc5863f6c96aec19ca15 (plain)
1
2
3
4
5
%h4.prepend-top-20
  = s_('ClusterIntegration|Enter the details for your Kubernetes 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 Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes').html_safe % { link_to_help_page: link_to_help_page }