Skip to content

Commit 73e8435

Browse files
committed
Merge branch 'existing-gcp-accounts' into 'master'
Add back copy for existing gcp accounts within offer banner See merge request gitlab-org/gitlab-ce!20159
2 parents 0139c22 + 265aa43 commit 73e8435

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/views/projects/clusters/_gcp_signup_offer_banner.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
= image_tag 'illustrations/logos/google-cloud-platform_logo.svg'
77
.col-sm-10
88
%h4= s_('ClusterIntegration|Redeem up to $500 in free credit for Google Cloud Platform')
9-
%p= s_('ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for new GCP accounts to get started with GitLab\'s Google Kubernetes Engine Integration.').html_safe % { sign_up_link: link }
9+
%p= s_('ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab\'s Google Kubernetes Engine Integration.').html_safe % { sign_up_link: link }
1010
%a.btn.btn-info{ href: 'https://goo.gl/AaJzRW', target: '_blank', rel: 'noopener noreferrer' }
1111
Apply for credit
1212

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Add back copy for existing gcp accounts within offer banner
3+
merge_request:
4+
author:
5+
type: changed

0 commit comments

Comments
 (0)