Commit 25931c6f authored by Phil Hughes's avatar Phil Hughes

Merge branch '325360-update-import-error-to-pajamas' into 'master'

Update import manifest alert

See merge request gitlab-org/gitlab!82761
parents 0d6d6b6a a15c7181
- 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