Remove projects panels from dashboard
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index ffa380c26d5e747acd00f6798bd4398f9c9d138d..6a889182d23ebf0eda5d72d3caa955ce1fc1415c 100644 (file)
@@ -9,7 +9,7 @@
                   'data-selection-param-name' => 'uuids[]',
                   'data-selection-action' => 'compare'
             %></li>
-         <li><%= link_to "Copy selected", '#',
+          <li><%= link_to "Copy selected", '#',
                   'data-href' => choose_projects_path(
                     title: 'Copy selected items to...',
                     editable: true,
                     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'
             %></li>
-         <li><%= link_to "Move selected", '#',
+          <li><%= link_to "Move selected", '#',
                   'data-href' => choose_projects_path(
                     title: 'Move selected items to...',
                     editable: true,