X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34173202861e94dee58ccd5b189983918813d870..52083e6a73c6b9e46b5e4e176aec6b23bcec74e8:/apps/workbench/app/views/projects/_show_sharing.html.erb diff --git a/apps/workbench/app/views/projects/_show_sharing.html.erb b/apps/workbench/app/views/projects/_show_sharing.html.erb index cafaf6dae7..95a7ee100d 100644 --- a/apps/workbench/app/views/projects/_show_sharing.html.erb +++ b/apps/workbench/app/views/projects/_show_sharing.html.erb @@ -61,6 +61,7 @@ + @@ -72,12 +73,19 @@ link_name = shared_with.full_name else link_name = shared_with.name - end %> + end + if shared_with && shared_with.respond_to?(:email) + email = shared_with.email + end + %> +
User/Group NameEmail Address Project Access
<%= link_to_if_arvados_object(link.tail_uuid, link_text: link_name) %> + <%= email %> + <%= link_to perm_name_desc_map[link.name], '#', { "data-emptytext" => "Read", "data-placement" => "bottom",