X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a504ad561c1ffbafee8a7bc8da551f9d4b9a29e..5536864737f7729775f9b2ee95516d6df5053451:/apps/workbench/app/views/application/_show_sharing.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/application/_show_sharing.html.erb b/apps/workbench/app/views/application/_show_sharing.html.erb index 4b7beb3059..f22ba87a51 100644 --- a/apps/workbench/app/views/application/_show_sharing.html.erb +++ b/apps/workbench/app/views/application/_show_sharing.html.erb @@ -48,6 +48,7 @@ <%= link_to(send("choose_#{share_class}_path", title: "Share with #{share_class}", + message: "Only #{share_class} you are allowed to access are shown. Please contact your administrator if you need to be added to a specific group.", by_project: false, preview_pane: false, multiple: true, @@ -68,6 +69,12 @@ <%= link_to_if_arvados_object @object.owner_uuid, friendly_name: true %>.

+<% if @object.is_a? Repository %> +

+ Please note that changes to git repository sharing may take up to two minutes to take effect. +

+<% end %> +
User/Group Name