Untabify.
[arvados.git] / apps / workbench / app / views / collections / _show_recent.html.erb
index a3b93d84e67aa9739b95592543bade636f4e0aaf..a4ab51c1591cabb00f38aaad2f1223ab1f5535a8 100644 (file)
 </div>
 <% end %>
 
+<%= render partial: "paging", locals: {results: @collections, object: @object} %>
+
 <div style="padding-right: 1em">
 
 <%= form_tag do |f| %>
 
-<table id="collections-index" class="topalign table table-condensed table-fixedlayout table-fixed-header-row">
+<table id="collections-index" class="topalign table table-condensed table-fixedlayout"> <!-- table-fixed-header-row -->
   <colgroup>
     <col width="4%" />
     <col width="10%" />
-    <col width="36%" />
+    <col width="34%" />
     <col width="15%" />
-    <col width="8%" />
-    <col width="8%" />
+    <col width="18%" />
     <col width="23%" />
   </colgroup>
   <thead>
@@ -32,7 +33,6 @@
       <th></th>
       <th>uuid</th>
       <th>contents</th>
-      <th>owner</th>
       <th>age</th>
       <th>storage</th>
       <th>tags</th>
@@ -47,6 +47,8 @@
 
 </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);