X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/609646134bcd8fc3a7fd500848220741ecc4a9d2..3ef580c47029ff0fbf959b044f29c183f41cb609:/apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb?ds=sidebyside 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 662309ffe8..fd79535517 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,6 +1,6 @@ <% if @object.state == 'Final' %> <%= link_to(copy_container_request_path('id' => @object.uuid), - class: 'btn btn-primary', + 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,