summaryrefslogtreecommitdiff
path: root/app/views/import/manifest/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/import/manifest/new.html.haml')
-rw-r--r--app/views/import/manifest/new.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/import/manifest/new.html.haml b/app/views/import/manifest/new.html.haml
index 056e4922b9e..df00c4d2179 100644
--- a/app/views/import/manifest/new.html.haml
+++ b/app/views/import/manifest/new.html.haml
@@ -4,9 +4,5 @@
%h3.page-title
= _('Manifest file import')
-- if @errors.present?
- .alert.alert-danger
- - @errors.each do |error|
- = error
-
+= render 'import/shared/errors'
= render 'form'