X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5f62b0c02ef381f4617a4201197e34998638308e..2e255fb4aa0a1b7e0acfb1298a1625629ca18846:/apps/workbench/app/views/projects/show.html.erb diff --git a/apps/workbench/app/views/projects/show.html.erb b/apps/workbench/app/views/projects/show.html.erb index c221ca1d16..4d49f02e0d 100644 --- a/apps/workbench/app/views/projects/show.html.erb +++ b/apps/workbench/app/views/projects/show.html.erb @@ -39,12 +39,13 @@ Add a subproject <% end %> + <% end %> + <% if @object.owner_uuid == current_user.uuid or (Group.find(@object.owner_uuid).writable_by.include?(current_user.uuid) rescue nil) %> <% if @object.uuid != current_user.uuid # Not the "Home" project %> <%= link_to( choose_projects_path( title: 'Move this project to...', editable: true, - my_root_selectable: true, action_name: 'Move', action_href: project_path(@object.uuid), action_method: 'put',