summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-03-27 17:44:19 +0000
committerFabio Busatto <fabio@gitlab.com>2018-03-27 17:44:19 +0000
commit51b037ed5923a4e8ac429c04b20c6332b54cdbcb (patch)
treea45b8a5c748a6f01b7fb4b48309cd6ca0669d222
parente37b1c762f3c24073aa3e09e4e40b8ec071165aa (diff)
downloadgitlab-ce-43952-use-a-better-link-for-documentation-on-existing-cluster-creation-form.tar.gz
-rw-r--r--app/views/projects/clusters/user/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/user/_header.html.haml b/app/views/projects/clusters/user/_header.html.haml
index 04c7ce96a4b..37f6a788518 100644
--- a/app/views/projects/clusters/user/_header.html.haml
+++ b/app/views/projects/clusters/user/_header.html.haml
@@ -1,5 +1,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')
+ - 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 }