diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2018-02-21 10:22:38 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2018-02-21 10:22:41 -0600 |
commit | 1fda2c838ec1aca0f9446683c3c741f9995b85a8 (patch) | |
tree | 9fe3836af4f2613213bcf5a3beeff573b05dc134 | |
parent | 5cefa20a3ce5156a73b897c4eafb6c8e74676d63 (diff) | |
download | gitlab-ce-1fda2c838ec1aca0f9446683c3c741f9995b85a8.tar.gz |
Link "add a Kubernetes cluster" to new cluster page
See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16900#note_59936315
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 34f3482d7c6..31a1e543ffa 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -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 |