X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..4f9c8ded1490b6b2376b426a131d403f817e7549:/apps/workbench/app/views/groups/index.html.erb diff --git a/apps/workbench/app/views/groups/index.html.erb b/apps/workbench/app/views/groups/index.html.erb index 51e66d87a4..1e81518169 100644 --- a/apps/workbench/app/views/groups/index.html.erb +++ b/apps/workbench/app/views/groups/index.html.erb @@ -22,17 +22,17 @@ - <%= link_to_if_orvos_object g %> + <%= link_to_if_arvados_object g %> <%= g.name %> - <%= g.owner %> + <%= g.owner_uuid %> <%= @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 == g.uuid }.count %> users
+ <%= @owned_users.select { |x| x.owner_uuid == g.uuid }.count %> users