diff --git a/app/views/uploads/show.html.erb b/app/views/uploads/show.html.erb index 9f20ab5de..1313eab8b 100644 --- a/app/views/uploads/show.html.erb +++ b/app/views/uploads/show.html.erb @@ -14,6 +14,11 @@

This upload is being processed. Please wait a few seconds.

<% else %>

An error occurred: <%= @upload.status %>

+ <% end %>

@@ -31,6 +36,6 @@ <% if @upload.is_pending? || @upload.is_processing? %> <% content_for(:html_header) do %> - + <% end %> <% end %>