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.haml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/views/import/shared/_errors.html.haml b/app/views/import/shared/_errors.html.haml
index 32b4a39924b..badd8c1278f 100644
--- a/app/views/import/shared/_errors.html.haml
+++ b/app/views/import/shared/_errors.html.haml
@@ -1,6 +1,8 @@
- if @errors.present?
.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
+ .gl-alert-container
+ = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
+ .gl-alert-content
+ .gl-alert-body
+ - @errors.each do |error|
+ = error