gitlab-org--gitlab-foss/app/views/import/shared/_errors.html.haml

9 lines
199 B
Plaintext

- if @errors.present?
= render 'shared/global_alert',
variant: :danger,
dismissible: false,
alert_class: 'gl-mb-5' do
.gl-alert-body
- @errors.each do |error|
= error