fixes #1069
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
<% elsif @upload.is_duplicate? %>
|
||||
<p>This upload is a duplicate: <%= link_to "post ##{@upload.duplicate_post_id}", post_path(@upload.duplicate_post_id) %></p>
|
||||
<% else %>
|
||||
<p>An error occurred: <%= @upload.status %></p>
|
||||
<p>
|
||||
An error occurred: <%= @upload.status %>.
|
||||
<% if @upload.is_downloadable? %>
|
||||
<%= link_to "Retry", upload_path(@upload), :method => :put %>
|
||||
<% end %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user