summaryrefslogtreecommitdiff
path: root/app/views/import/shared/_errors.html.haml
blob: badd8c1278f6e00381149bf582e83b24bc28d8d8 (plain)
1
2
3
4
5
6
7
8
- 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