Commit a8067094 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch...

Merge branch '233653-replace-bootstrap-alerts-in-ee-app-views-admin-licenses-_repeat_trial_info-html-haml' into 'master'

Resolve "Replace bootstrap alerts in ee/app/views/admin/licenses/_repeat_trial_info.html.haml"

See merge request gitlab-org/gitlab!41070
parents 19599c16 370722f0
#repeat-trial-info.bs-callout.bs-callout-info.alert.alert-dismissible.fade.in.show{ role: "alert" }
%button.close{ type: "button", 'data-dismiss': "alert", 'aria-label': "Close" }
%span
= sprite_icon('close')
#repeat-trial-info.bs-callout.bs-callout-info.gl-alert.fade.in.show{ role: "alert" }
%button.js-close.gl-alert-dismiss{ type: 'button', 'aria-label' => _('Dismiss') }
= sprite_icon('close', size: 16, css_class: 'gl-icon')
%h4
= _('Free Trial')
%p
......
---
title: Replace bootstrap alerts in ee/app/views/admin/licenses/_repeat_trial_info.html.haml
merge_request: 41070
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