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