3654: add selection dropdown to collections page
[arvados.git] / apps / workbench / app / views / collections / _show_recent.html.erb
index a0418432f1da468ca9ac983ab49f5a89ed4de5f2..15e97c130b4844dd649c79e2dfb6b9acd14a911c 100644 (file)
@@ -49,8 +49,6 @@
 
 <% end %>
 
-</div>
-
 <%= 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 %>
+
+</div>