Remove spurious puts. refs #2884
[arvados.git] / apps / workbench / app / views / collections / _show_recent.html.erb
index 3cedb57e85c8a854efabad7bde2dc294a7d75746..80640ad3991bb20ada08bc5154a4ac2806f5f685 100644 (file)
 </div>
 <% end %>
 
+<%= render partial: "paging", locals: {results: @collections, object: @object} %>
+
 <div style="padding-right: 1em">
 
-<table id="collections-index" class="topalign table table-condensed table-fixedlayout table-fixed-header-row">
+<%= form_tag do |f| %>
+
+<table id="collections-index" class="topalign table table-condensed table-fixedlayout"> <!-- table-fixed-header-row -->
   <colgroup>
-    <col width="10%" />
-    <col width="36%" />
-    <col width="15%" />
     <col width="8%" />
-    <col width="8%" />
-    <col width="23%" />
+    <col width="10%" />
+    <col width="34%" />
+    <col width="11%" />
+    <col width="12%" />
+    <col width="29%" />
   </colgroup>
   <thead>
     <tr class="contain-align-left">
+      <th></th>
       <th>uuid</th>
       <th>contents</th>
-      <th>owner</th>
       <th>age</th>
       <th>storage</th>
       <th>tags</th>
     <%= render partial: 'index_tbody' %>
   </tbody>
 </table>
+
+<% end %>
+
 </div>
 
+<%= render partial: "paging", locals: {results: @collections, object: @object} %>
+
 <% content_for :footer_js do %>
 $(document).on('click', 'form[data-remote] input[type=submit]', function() {
   $('table#collections-index tbody').fadeTo(200, 0.3);