From 55e526cdc8b5f4e6ca1777bc7957da19eb18fcc9 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Feb 2013 10:03:31 -0500 Subject: [PATCH] add stack trace to upload error page --- app/views/uploads/show.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %>