X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fad046d56740092b1483cb646d2f7c92c544c165..c7bf82b621dae10a68a74b95439fa8f4ae3c502f:/apps/workbench/app/views/projects/_show_tab_contents.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb index 36f1907a3d..df37d3e1c7 100644 --- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb @@ -15,6 +15,19 @@ 'data-selection-action' => 'remove', 'data-remote' => true, 'method' => 'delete' + %> +
  • <%= link_to "Move selected", '#', + 'data-href' => choose_projects_path( + title: 'Move to...', + editable: true, + action_name: 'Move', + action_href: move_items_project_path, + action_method: 'get', + action_data: {selection_param: 'target', + success: 'page-refresh'}.to_json), + 'data-remote' => true, + 'data-selection-param-name' => 'move_items[]', + 'data-selection-action' => 'move' %>