X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65da23323c06079612db9285e0ab2bd1ac9ea253..1595481c3e4cc42cfa5a47bbe501eb6e6f83db9f:/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 fc810b1525..049be759be 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,10 +1,15 @@ <% if @object.state == 'Final' %> - <%= link_to raw(' Re-run'), + + + <%= link_to raw(' Re-run...'), "#", {class: 'btn btn-sm btn-primary', 'data-toggle' => 'modal', 'data-target' => '#clone-and-edit-modal-window', title: 'This will make a copy and take you there. You can then make any needed changes and run it'} %> -<% end %> + +<% end %>