X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/68f12bfd1ca6612338ff65106f404019a28d0cd3..00a92f1bc74b503af5c6f17a3b69992e750fce8f:/apps/workbench/app/views/projects/_show_contents.html.erb diff --git a/apps/workbench/app/views/projects/_show_contents.html.erb b/apps/workbench/app/views/projects/_show_contents.html.erb index fdc972de11..0c8fab208e 100644 --- a/apps/workbench/app/views/projects/_show_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_contents.html.erb @@ -41,6 +41,7 @@ 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', @@ -58,7 +59,11 @@
- + +
-
+
+
+ Show: + +
+
+
@@ -86,7 +107,6 @@ -<% puts "\n**********objects_and_names in contents page = #{@objects_and_names}" %> <%= render partial: 'show_contents_rows', locals: {project: @object, objects_and_names: @objects_and_names} %>