<%= link_to_if_arvados_object g %>
|
<%= g.name %>
|
<%= g.owner %>
|
<%= @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
|
<% end %>