Commit 066d2e0a authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch...

Merge branch '43952-use-a-better-link-for-documentation-on-existing-cluster-creation-form' into 'master'

Resolve "Use a better link for documentation on existing cluster creation form"

Closes #43952

See merge request gitlab-org/gitlab-ce!18025
parents 633f3a24 51b037ed
%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')
- link_to_help_page = link_to(s_('ClusterIntegration|documentation'), help_page_path('user/project/clusters/index', anchor: 'adding-an-existing-kubernetes-cluster'), 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 }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment