summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-22 14:36:06 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-12-22 14:36:06 +0100
commit3f9b3d53f6c9e109f2ce0306a22ddb30ae9ed8f8 (patch)
tree63f7f9ed02652217e98ab98898e37d946af037fe
parent9416193b30e2fd9cd793d078da5df1ee9d78c5c6 (diff)
downloadgitlab-ce-3f9b3d53f6c9e109f2ce0306a22ddb30ae9ed8f8.tar.gz
Add url to link in new GCP cluster header partial
-rw-r--r--app/views/projects/clusters/gcp/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/gcp/_header.html.haml b/app/views/projects/clusters/gcp/_header.html.haml
index f23d5b80e4f..e2d7326a312 100644
--- a/app/views/projects/clusters/gcp/_header.html.haml
+++ b/app/views/projects/clusters/gcp/_header.html.haml
@@ -10,5 +10,5 @@
- link_to_requirements = link_to(s_('ClusterIntegration|meets the requirements'), 'https://cloud.google.com/kubernetes-engine/docs/quickstart', target: '_blank', rel: 'noopener noreferrer')
= s_('ClusterIntegration|Make sure your account %{link_to_requirements} to create clusters').html_safe % { link_to_requirements: link_to_requirements }
%li
- - link_to_container_project = link_to(s_('ClusterIntegration|Google Kubernetes Engine project'), target: '_blank', rel: 'noopener noreferrer')
+ - link_to_container_project = link_to(s_('ClusterIntegration|Google Kubernetes Engine project'), 'https://console.cloud.google.com/home/dashboard', target: '_blank', rel: 'noopener noreferrer')
= s_('ClusterIntegration|This account must have permissions to create a cluster in the %{link_to_container_project} specified below').html_safe % { link_to_container_project: link_to_container_project }