10078: preload collections and links during dashboard display
[arvados.git] / apps / workbench / app / views / groups / _show_recent.html.erb
index c372b885926664d6e0cbcd4af31e39d683fb6edb..c709e89bc82e3b1983d41b05b8e390ce980594e3 100644 (file)
@@ -1,3 +1,5 @@
+<%= render partial: "paging", locals: {results: @groups, object: @object} %>
+
 <table class="table table-hover">
   <thead>
     <tr class="contain-align-left">
@@ -36,3 +38,5 @@
 
   </tbody>
 </table>
+
+<%= render partial: "paging", locals: {results: @groups, object: @object} %>