uploads: remove dead "Force update" link for mods.

This commit is contained in:
evazion
2020-03-20 04:11:56 -05:00
parent ca2d25c042
commit bb9ee6e394

View File

@@ -36,9 +36,6 @@
<p>
You can <%= link_to "upload another file", new_upload_path %> or <%= link_to "view your current uploads", uploads_path(:search => {:uploader_id => CurrentUser.id}) %>.
<% if CurrentUser.user.is_moderator? && @upload.is_pending? %>
<%= link_to "Force update", upload_path(@upload, :format => "js"), :remote => true, :method => :put %>.
<% end %>
</p>
</div>
</div>