summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-10 18:10:51 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-12-10 18:10:51 +0100
commiteb9f88311b0591586c73ddb35bdb07677464748c (patch)
treeb3eafbfe56b31cfa63de7227e30c1e607ebb9449 /app
parent74bdaae6cb70f978f64792e7435621e961dd5e89 (diff)
downloadgitlab-ce-eb9f88311b0591586c73ddb35bdb07677464748c.tar.gz
Use special new account link
* Redirects to GCP free trial signup afterwards * Adds GitLab referral info
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/clusters/login.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/login.html.haml b/app/views/projects/clusters/login.html.haml
index e4bc58b1fab..521121111b0 100644
--- a/app/views/projects/clusters/login.html.haml
+++ b/app/views/projects/clusters/login.html.haml
@@ -12,7 +12,7 @@
= link_to @authorize_url do
= image_tag('auth_buttons/signin_with_google.png', width: '191px')
= s_('ClusterIntegration|or create a new')
- = link_to('Google account', 'https://accounts.google.com/signup', target: '_blank', rel: 'noopener noreferrer')
+ = link_to('Google account', 'https://accounts.google.com/SignUpWithoutGmail?service=cloudconsole&continue=https%3A%2F%2Fconsole.cloud.google.com%2Ffreetrial%3Futm_campaign%3D2018_cpanel%26utm_source%3Dgitlab%26utm_medium%3Dreferral', target: '_blank', rel: 'noopener noreferrer')
- else
- link = link_to(s_('ClusterIntegration|properly configured'), help_page_path("integration/google"), target: '_blank', rel: 'noopener noreferrer')
= s_('Google authentication is not %{link_to_documentation}. Ask your GitLab administrator if you want to use this service.').html_safe % { link_to_documentation: link }