1 <table class="table table-hover">
3 <tr class="contain-align-left">
21 <% @groups.sort_by { |g| g[:created_at] }.reverse.each do |g| %>
25 <%= link_to_if_arvados_object g %>
31 <%= @links_to.select { |x| x.head_uuid == g.uuid }.collect(&:tail_uuid).uniq.count %>
33 <%= @links_from.select { |x| x.tail_uuid == g.uuid }.collect(&:head_uuid).uniq.count %>
35 <%= @owned_users.select { |x| x.owner == g.uuid }.count %> users<br />