Commit a15c7181 authored by Alexander Turinske's avatar Alexander Turinske

Update import manifest alert

- update to pajamas shared component

Changelog: other
parent dc860cb9
- if @errors.present?
.gl-alert.gl-alert-danger.gl-mb-5
.gl-alert-container
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-content
.gl-alert-body
- @errors.each do |error|
= error
= render 'shared/global_alert',
variant: :danger,
dismissible: false,
alert_class: 'gl-mb-5' do
.gl-alert-body
- @errors.each do |error|
= error
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