diff --git a/ee/app/views/shared/_ultimate_trial_callout_content.html.haml b/ee/app/views/shared/_ultimate_trial_callout_content.html.haml index ea900049374f56c57c877c094851cb74af3e0741..4b028ee58036a7816835ee35c8d1c64d8b092acd 100644 --- a/ee/app/views/shared/_ultimate_trial_callout_content.html.haml +++ b/ee/app/views/shared/_ultimate_trial_callout_content.html.haml @@ -1,24 +1,9 @@ -- is_dismissable = local_assigns.fetch(:is_dismissable, true) - callout = local_assigns.fetch(:callout, Users::CalloutsHelper::ULTIMATE_TRIAL) -- button_css_class = is_dismissable ? 'mr-3' : '' - banner_title = 'ultimate_banner' -.gl-display-none.gl-md-display-block.container-limited{ class: 'gl-pt-6! gl-pb-2!', data: { track_action: 'render', track_label: banner_title } } - .user-callout.promotion-callout.js-gold-trial-callout{ class: 'gl-mt-0! gl-mx-0', data: { uid: 'trial_callout_dismissed', feature_id: callout, dismiss_endpoint: callouts_path } } - = render Pajamas::CardComponent.new(card_options: { class: 'gl-px-8 gl-py-6' }, - body_options: { class: 'gl-display-flex gl-p-0!'}) do |c| - - c.with_body do - .gl-banner-illustration - = image_tag 'illustrations/gitlab_logo.svg', class: 'svg gl-w-8!' - .gl-banner-content - %h1.gl-banner-title= _('Free Trial of GitLab.com Ultimate') - %p - %span= _('Try all GitLab has to offer for 30 days.') - %span.d-none.d-sm-inline= _('No credit card required.') - = link_button_to _('Start your free trial'), new_trial_path(glm_source: glm_source, glm_content: 'gold-callout'), class: "mt-2 mt-sm-0 #{button_css_class}", target: '_blank', rel: 'noopener noreferrer', data: { track_action: 'click_button', track_label: 'start_your_trial', track_property: banner_title }, variant: :confirm - - if is_dismissable - = render Pajamas::ButtonComponent.new(category: :tertiary, - icon: 'close', - size: :small, - button_options: { class: 'close js-close gl-opacity-10!', 'aria-label': _('Dismiss trial promotion'), data: { track_action: 'dismiss_banner', track_label: banner_title } }, - icon_classes: 'dismiss-icon gl-text-gray-700!') += render Pajamas::BannerComponent.new(svg_path: 'illustrations/gitlab_logo.svg', banner_options: { class: 'gl-mt-6 js-gold-trial-callout', data: { track_action: 'render', track_label: banner_title, uid: 'trial_callout_dismissed', feature_id: callout, dismiss_endpoint: callouts_path } }, close_options: { class: 'js-close', data: { track_action: 'dismiss_banner', track_label: banner_title }, 'aria-label': _('Dismiss trial promotion') }) do |c| + - c.with_title do + = _('Free Trial of GitLab.com Ultimate') + - c.with_primary_action do + = link_button_to _('Start your free trial'), new_trial_path(glm_source: glm_source, glm_content: 'gold-callout'), target: '_blank', rel: 'noopener noreferrer', data: { track_action: 'click_button', track_label: 'start_your_trial', track_property: banner_title }, variant: :confirm + %p= _('Try all GitLab has to offer for 30 days. No credit card required.') diff --git a/locale/gitlab.pot b/locale/gitlab.pot index d5ab5389916fa31a4a60fb8c8c2ccfa53dc31bbe..df7715b4fa624ab5a9ffbb01655386c2a0c27b2c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -32788,9 +32788,6 @@ msgstr "" msgid "No credit card data for matching" msgstr "" -msgid "No credit card required." -msgstr "" - msgid "No data" msgstr "" @@ -52785,7 +52782,7 @@ msgstr "" msgid "Try again?" msgstr "" -msgid "Try all GitLab has to offer for 30 days." +msgid "Try all GitLab has to offer for 30 days. No credit card required." msgstr "" msgid "Try changing or removing filters."