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

6 lines
221 B
Text

- if @errors.present?
.gl-alert.gl-alert-danger.gl-mb-5
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
- @errors.each do |error|
= error