This upload has finished processing. <%= link_to "View the post", post_path(@upload.post_id) %>.
<% elsif @upload.is_pending? %>This upload is waiting to be processed. Please wait a few seconds.
<% else %>An error occurred: <%= @upload.status %>
<% end %>You can <%= link_to "upload another file", new_upload_path %> or <%= link_to "view your current uploads", uploads_path %>.
<%= render :partial => "posts/common_secondary_nav_links" %>