summaryrefslogtreecommitdiff
path: root/app/views/import/shared/_errors.html.haml
blob: aa6fcc445fdb2cce2f77dbf45877be7658002f9c (plain)
1
2
3
4
5
6
7
- if @errors.present?
  = render Pajamas::AlertComponent.new(variant: :danger,
    dismissible: false,
    alert_class: 'gl-mb-5') do
    .gl-alert-body
      - @errors.each do |error|
        = error