X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/050e18ef86f2cb16f2ae981be8b4123ad8e08697..1bb0592a2fd043b09ab9845cfc25dbdffff1c009:/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",