Add folders page, backed by groups.
[arvados.git] / apps / workbench / app / views / groups / _show_recent.html.erb
index c372b885926664d6e0cbcd4af31e39d683fb6edb..83b31ccf1331da26a73cc4ed8898ae8a5cbf4456 100644 (file)
@@ -1,8 +1,10 @@
+<%= render partial: "paging", locals: {results: @groups, object: @object} %>
+
 <table class="table table-hover">
   <thead>
     <tr class="contain-align-left">
       <th>
-       Group
+       <%= controller.model_class_for_display.capitalize %>
       </th><th>
        Owner
       </th><th>
@@ -36,3 +38,5 @@
 
   </tbody>
 </table>
+
+<%= render partial: "paging", locals: {results: @groups, object: @object} %>