diff --git a/back-office/app/views/items/export_import.html.erb b/back-office/app/views/items/export_import.html.erb index a3f1158..7a2ba0b 100644 --- a/back-office/app/views/items/export_import.html.erb +++ b/back-office/app/views/items/export_import.html.erb @@ -15,5 +15,7 @@

-

<%= @output.html_safe %>
+
<%= unless @output.nil? + @output.html_safe end %> +
<% end %>