X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4dedb0cc8921e7210ed245107b83996eb0d4e974..4154420cdd2a2ac6cdb2cc57357f42513fb287cc:/apps/workbench/app/views/collections/show.html.erb diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb index a80cf3985d..e1b08290b0 100644 --- a/apps/workbench/app/views/collections/show.html.erb +++ b/apps/workbench/app/views/collections/show.html.erb @@ -1,21 +1,3 @@ -<% content_for :tab_line_buttons do %> - <%= link_to( - choose_projects_path( - title: 'Copy to project...', - action_name: 'Copy', - action_href: actions_path, - action_method: 'post', - action_data: { - copy_selections_into_project: true, - selection: @name_link.andand.uuid || @object.uuid, - selection_param: 'uuid', - success: 'redirect-to-created-object' - }.to_json), - { class: "btn btn-sm btn-primary arv-move-to-project", remote: true, method: 'get' }) do %> - Copy to project... - <% end %> -<% end %> -