summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/_gcp_signup_offer_banner.html.haml
blob: 73b11d509d3982400900c524602d7680972cdc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- link = link_to(s_('ClusterIntegration|sign up'), 'https://console.cloud.google.com/freetrial?utm_campaign=2018_cpanel&utm_source=gitlab&utm_medium=referral', target: '_blank', rel: 'noopener noreferrer')
.bs-callout.gcp-signup-offer.alert.alert-block.alert-dismissable.prepend-top-default.append-bottom-default{ role: 'alert' }
  %button.close{ type: "button", data: { feature_id: UserCalloutsHelper::GCP_SIGNUP_OFFER, dismiss_endpoint: user_callouts_path } }  ×
  .gcp-signup-offer--content
    .gcp-signup-offer--icon.append-right-8
      = sprite_icon("information", size: 16)
    .gcp-signup-offer--copy
      %h4= s_('ClusterIntegration|Did you know?')
      %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 }
      %a.btn.btn-default{ href: 'https://goo.gl/AaJzRW', target: '_blank', rel: 'noopener noreferrer' }
        Apply for credit