X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcd5dad4a40baef826270f43ae80d7b39a3b9113..928565a23bf5ff54fb524b6c38f8e2b0f4b27725:/apps/workbench/app/views/groups/index.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/groups/index.html.erb b/apps/workbench/app/views/groups/index.html.erb deleted file mode 100644 index 1e81518169..0000000000 --- a/apps/workbench/app/views/groups/index.html.erb +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - <% @groups.sort_by { |g| g[:created_at] }.reverse.each do |g| %> - - - - - - <% end %> - - -
- id - - name - - owner - - incoming permissions - - outgoing permissions - - owned -
- <%= link_to_if_arvados_object g %> - - <%= g.name %> - - <%= 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_uuid == g.uuid }.count %> users
-