Commit bdca8edf authored by Jacopo's avatar Jacopo

Change class to gl-alert

parent 6542735a
- return unless show_trial_banner?(namespace) - return unless show_trial_banner?(namespace)
.user-callout .user-callout
.alert.bordered-box.landing.justify-content-start.pl-md-8 %section.gl-banner.gl-banner-introduction.my-2
%button{ type:"button", class:"btn btn-default close", "data-dismiss":"alert", "aria-label": _("Close") } .gl-banner-illustration
= sprite_icon('close')
.svg-container
= custom_icon('trial_activated_banner') = custom_icon('trial_activated_banner')
.user-callout-copy .gl-banner-content.gl-display-flex.gl-flex-direction-column.gl-justify-content-center
%h4 %h4.gl-banner-title
= s_("BillingPlans|Congratulations, your free trial is activated.") = 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