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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
215 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- if @errors.present?
2022-06-21 17:19:12 +05:30
= render Pajamas::AlertComponent.new(variant: :danger,
2022-05-07 20:08:51 +05:30
dismissible: false,
2022-07-23 23:45:48 +05:30
alert_options: { class: 'gl-mb-5' }) do |c|
2022-07-16 23:28:13 +05:30
= c.body do
2022-05-07 20:08:51 +05:30
- @errors.each do |error|
= error