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

9 lines
199 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- if @errors.present?
2022-05-07 20:08:51 +05:30
= render 'shared/global_alert',
variant: :danger,
dismissible: false,
alert_class: 'gl-mb-5' do
.gl-alert-body
- @errors.each do |error|
= error