X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a734789218122d8ab0d8f766bac4d69c04db91bf..e7b46691f98bf4e7edcf1ea3b98a677273d70b3b:/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb diff --git a/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb b/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb index fd79535517..46f4bc919d 100644 --- a/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb +++ b/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb @@ -1,7 +1,13 @@ <% if @object.state == 'Final' %> + <%= link_to(copy_container_request_path('id' => @object.uuid, 'no_reuse' => true), + class: 'btn btn-sm btn-primary', + data: {toggle: :tooltip, placement: :top}, title: 'This will make a copy and take you there. You can then make any needed changes and run it without container reuse', + method: :post, + ) do %> + Re-run without reuse + <% end %> <%= link_to(copy_container_request_path('id' => @object.uuid), class: 'btn btn-sm btn-primary', - title: 'Re-run', data: {toggle: :tooltip, placement: :top}, title: 'This will make a copy and take you there. You can then make any needed changes and run it', method: :post, ) do %>