diff --git a/app/views/dmsf_upload/upload_files.html.erb b/app/views/dmsf_upload/upload_files.html.erb index f26b2660..4c1164f5 100644 --- a/app/views/dmsf_upload/upload_files.html.erb +++ b/app/views/dmsf_upload/upload_files.html.erb @@ -45,7 +45,7 @@ <% if upload.locked %> <%= render partial: 'upload_file_locked', locals: { upload: upload, i: i } %> <% else %> - <%= render partial: 'upload_file', locals: { upload: upload, i: i, wiki: @wiki, n: @uploads.size } %> + <%= render partial: 'upload_file', locals: { upload: upload, i: i, wiki: @wiki } %> <% end %> <% end %>