3654: add selection dropdown to collections page
[arvados.git] / apps / workbench / app / views / collections / _show_recent.html.erb
index 15e97c130b4844dd649c79e2dfb6b9acd14a911c..84f37d74f27698fadd585878c5cda316721209d2 100644 (file)
@@ -23,8 +23,6 @@
 
 <%= form_tag do |f| %>
 
-</div>
-
 <table id="collections-index" class="topalign table table-condensed table-fixedlayout"> <!-- table-fixed-header-row -->
   <colgroup>
     <col width="10%" />
@@ -49,6 +47,8 @@
 
 <% end %>
 
+</div>
+
 <%= render partial: "paging", locals: {results: @collections, object: @object} %>
 
 <% content_for :footer_js do %>