Commit 0c623f32 authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '233656-replace-bootstrap-alerts-in-ee-app-views-trials-_banner-html-haml' into 'master'

Resolve "Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml"

See merge request gitlab-org/gitlab!41074
parents ec9d5741 bdca8edf
- return unless show_trial_banner?(namespace)
.user-callout
.alert.bordered-box.landing.justify-content-start.pl-md-8
%button{ type:"button", class:"btn btn-default close", "data-dismiss":"alert", "aria-label": _("Close") }
= sprite_icon('close')
.svg-container
%section.gl-banner.gl-banner-introduction.my-2
.gl-banner-illustration
= custom_icon('trial_activated_banner')
.user-callout-copy
%h4
.gl-banner-content.gl-display-flex.gl-flex-direction-column.gl-justify-content-center
%h4.gl-banner-title
= s_("BillingPlans|Congratulations, your free trial is activated.")
%button.gl-banner-close.close{ "aria-label" => _('Dismiss'), :type => "button" }
= sprite_icon('close', size: 16, css_class: 'gl-icon')
---
title: Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml
merge_request: 41074
author: Jacopo Beschi @jacopo-beschi
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment