Merge branch 'master' into 3586-job-priority
[arvados.git] / apps / workbench / app / views / projects / show.html.erb
index c221ca1d161c50c87ea5085278d83263d05e3eac..4d49f02e0d08327ecb9fcb983c8ed995f03d2be5 100644 (file)
       <i class="fa fa-fw fa-plus"></i>
       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',