X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12df2994c114b62b0d07a267fdeeaea389e5adb1..2fc8f46b831dab10200eadfc67ccdfd99e0dbc92:/apps/workbench/app/views/application/_title_and_buttons.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/application/_title_and_buttons.html.erb b/apps/workbench/app/views/application/_title_and_buttons.html.erb index 83d08f5527..887529b10d 100644 --- a/apps/workbench/app/views/application/_title_and_buttons.html.erb +++ b/apps/workbench/app/views/application/_title_and_buttons.html.erb @@ -27,12 +27,11 @@ success: 'redirect-to-created-object' }.to_json), { class: "btn btn-sm btn-primary", remote: true, method: 'get', - title: "Make a copy this #{object_class}" }) do %> + title: "Make a copy of this #{object_class}" }) do %> Copy to project... <% end %> <% end %> - <% if @object.owner_uuid == current_user.uuid or current_user.is_admin or - (Group.find(@object.owner_uuid).writable_by.include?(current_user.uuid) rescue nil) %> + <% if (ArvadosBase.find(@object.owner_uuid).writable_by.include?(current_user.uuid) rescue nil) %> <%= link_to( choose_projects_path( title: "Move this #{object_class} to:",