debian-mirror-gitlab/app/views/import/shared/_errors.html.haml

9 lines
283 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- if @errors.present?
2021-01-03 14:25:43 +05:30
.gl-alert.gl-alert-danger.gl-mb-5
2021-09-04 01:27:46 +05:30
.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