summaryrefslogtreecommitdiff
path: root/app/views/import/shared/_errors.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/import/shared/_errors.html.haml')
-rw-r--r--app/views/import/shared/_errors.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/import/shared/_errors.html.haml b/app/views/import/shared/_errors.html.haml
index de60c15351f..32b4a39924b 100644
--- a/app/views/import/shared/_errors.html.haml
+++ b/app/views/import/shared/_errors.html.haml
@@ -1,4 +1,6 @@
- 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