summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-28 09:11:35 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-28 09:11:35 +0000
commit066d2e0a9cc7f6bcd56115c031168b775a2374fd (patch)
tree2d0c0f181646ca7f4784a28fbb9e4a8f249bfba3
parent633f3a2495fcd469631d95abbb97bdb636e0cd63 (diff)
parent51b037ed5923a4e8ac429c04b20c6332b54cdbcb (diff)
downloadgitlab-ce-066d2e0a9cc7f6bcd56115c031168b775a2374fd.tar.gz
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
-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 }