Fix #3628: Retry button is displayed for failed uploads that cannot succeed even if retried
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
<% if @upload.is_downloadable? %>
|
||||
<%= form_tag(upload_path(@upload), :method => :put) do %>
|
||||
<% submit_tag "Retry" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user