Commit 1f60ca3b authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '325400-pajamas-compliant-licenses-show-alert' into 'master'

GlAlert > Update markup in ee/app/views/admin/licenses/show.html.haml

See merge request gitlab-org/gitlab!63800
parents 5b72cb19 716373a6
......@@ -13,10 +13,12 @@
%hr
- if License.future_dated_only?
.gl-alert.gl-alert-info
= sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
= render 'shared/global_alert',
title: _('You do not have an active license'),
variant: :info,
is_contained: true,
dismissible: false do
.gl-alert-body
%h4.gl-alert-title= _('You do not have an active license')
= _('You have a license that activates at a future date. Please see the License History table below.')
- if @license.present?
......
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