X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3a1b569ab49c1e77bc9b3d7a9f38cf9de753ec47..4c8559157a16bf3d2781714fdec0275fb7f53ac6:/apps/workbench/app/views/groups/_show_recent.html.erb diff --git a/apps/workbench/app/views/groups/_show_recent.html.erb b/apps/workbench/app/views/groups/_show_recent.html.erb index 1e81518169..c709e89bc8 100644 --- a/apps/workbench/app/views/groups/_show_recent.html.erb +++ b/apps/workbench/app/views/groups/_show_recent.html.erb @@ -1,18 +1,18 @@ +<%= render partial: "paging", locals: {results: @groups, object: @object} %> + @@ -22,17 +22,15 @@ @@ -40,3 +38,5 @@
- id - - name + Group - owner + Owner - incoming permissions + Incoming permissions - outgoing permissions + Outgoing permissions - owned +
- <%= link_to_if_arvados_object g %> + <%= link_to_if_arvados_object g, friendly_name: true %> - <%= g.name %> - - <%= g.owner_uuid %> + <%= link_to_if_arvados_object g.owner_uuid, friendly_name: true %> <%= @links_to.select { |x| x.head_uuid == g.uuid }.collect(&:tail_uuid).uniq.count %> <%= @links_from.select { |x| x.tail_uuid == g.uuid }.collect(&:head_uuid).uniq.count %> - <%= @owned_users.select { |x| x.owner_uuid == g.uuid }.count %> users
+ <%= render partial: 'delete_object_button', locals: {object:g} %>
+ +<%= render partial: "paging", locals: {results: @groups, object: @object} %>