debian-mirror-gitlab/app/views/import/shared/_errors.html.haml
2021-09-04 01:27:46 +05:30

8 lines
283 B
Text

- 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