From: radhika Date: Fri, 5 Sep 2014 18:58:05 +0000 (-0400) Subject: 3654: add selection dropdown to collections page X-Git-Tag: 1.1.0~2212^2~21 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/a6a9e10686e3ffc8c56b0aad61633524be7e5cc4 3654: add selection dropdown to collections page --- diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb index a0418432f1..15e97c130b 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -49,8 +49,6 @@ <% end %> - - <%= render partial: "paging", locals: {results: @collections, object: @object} %> <% content_for :footer_js do %> @@ -59,3 +57,5 @@ $(document).on('click', 'form[data-remote] input[type=submit]', function() { return true; }); <% end %> + +