debian-mirror-gitlab/app/views/import/shared/_errors.html.haml
2021-01-03 14:25:43 +05:30

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