From bb9ee6e394627592da9d95578df553ce33b3bd4f Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 20 Mar 2020 04:11:56 -0500 Subject: [PATCH] uploads: remove dead "Force update" link for mods. --- app/views/uploads/show.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/uploads/show.html.erb b/app/views/uploads/show.html.erb index e7d579316..38925b434 100644 --- a/app/views/uploads/show.html.erb +++ b/app/views/uploads/show.html.erb @@ -36,9 +36,6 @@

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 %>