This commit is contained in:
albert
2011-08-30 20:10:38 -04:00
parent ce720dab6c
commit 60abc867ca
4 changed files with 13 additions and 6 deletions

View File

@@ -10,6 +10,8 @@
<p>This upload has finished processing. <%= link_to "View the post", post_path(@upload.post_id) %>.</p>
<% elsif @upload.is_pending? %>
<p>This upload is waiting to be processed. Please wait a few seconds.</p>
<% elsif @upload.is_processing? %>
<p>This upload is being processed. Please wait a few seconds.</p>
<% else %>
<p>An error occurred: <%= @upload.status %></p>
<% end %>