Commit 00a73931 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Andrew Fontaine

Replace bootstrap alerts in app/.../_errors.html.haml

parent e36f62ad
- if @errors.present?
.alert.alert-danger
- @errors.each do |error|
= error
.gl-alert.gl-alert-danger.gl-mb-5
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
- @errors.each do |error|
= error
---
title: Replace bootstrap alerts in app/views/import/shared/_errors.html.haml
merge_request: 41288
author: Gilang Gumilar
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment