X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e0279e2566ff5ee19a741961dd21b3e2ab310db..177a1468e06674e7ff0ff0730b8607fbbd78000b:/apps/workbench/app/views/projects/_show_tab_contents.html.erb 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 ffa380c26d..6a889182d2 100644 --- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb @@ -9,7 +9,7 @@ 'data-selection-param-name' => 'uuids[]', 'data-selection-action' => 'compare' %> -
  • <%= link_to "Copy selected", '#', +
  • <%= link_to "Copy selected", '#', 'data-href' => choose_projects_path( title: 'Copy selected items to...', editable: true, @@ -18,14 +18,14 @@ action_method: 'post', action_data_from_params: ['selection'], action_data: { - move_selections_into_project: true, + copy_selections_into_project: true, selection_param: 'uuid', success: 'page-refresh'}.to_json), 'data-remote' => true, 'data-selection-param-name' => 'selection[]', 'data-selection-action' => 'copy' %>
  • -
  • <%= link_to "Move selected", '#', +
  • <%= link_to "Move selected", '#', 'data-href' => choose_projects_path( title: 'Move selected items to...', editable: true,