Link "add a Kubernetes cluster" to new cluster page

See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16900#note_59936315
This commit is contained in:
Eric Eastwood 2018-02-21 10:22:38 -06:00
parent 5cefa20a3c
commit 1fda2c838e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
%hr
%p
- link_to_auto_devops_settings = link_to(s_('AutoDevOps|enable Auto DevOps (Beta)'), project_settings_ci_cd_path(@project, anchor: 'js-general-pipeline-settings'))
- link_to_add_kubernetes_cluster = link_to(s_('AutoDevOps|add a Kubernetes cluster'), project_clusters_path(@project))
- link_to_add_kubernetes_cluster = link_to(s_('AutoDevOps|add a Kubernetes cluster'), new_project_cluster_path(@project))
= s_('AutoDevOps|You can automatically build and test your application if you %{link_to_auto_devops_settings} for this project. You can automatically deploy it as well, if you %{link_to_add_kubernetes_cluster}.').html_safe % { link_to_auto_devops_settings: link_to_auto_devops_settings, link_to_add_kubernetes_cluster: link_to_add_kubernetes_cluster }
%hr