X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..def17dde1e878bd60911fd991c6a1b406ea2e89f:/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..3acbfef3a4 100644 --- a/apps/workbench/app/views/groups/_show_recent.html.erb +++ b/apps/workbench/app/views/groups/_show_recent.html.erb @@ -1,18 +1,22 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<%= render partial: "paging", locals: {results: @groups, object: @object} %> + @@ -22,17 +26,15 @@ @@ -40,3 +42,5 @@
- id + Group - name + Owner - owner + Incoming permissions - incoming permissions + Outgoing permissions - outgoing permissions - - owned +
- <%= link_to_if_arvados_object g %> - - <%= g.name %> + <%= link_to_if_arvados_object g, friendly_name: true %> - <%= 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} %>