11365: "lock" collection to prevent user from deleting / renaming files until user...
[arvados.git] / apps / workbench / app / views / container_requests / _extra_tab_line_buttons.html.erb
1 <% if @object.state == 'Final' %>
2   <%= link_to(copy_container_request_path('id' => @object.uuid),
3       class: 'btn btn-sm btn-primary',
4       title: 'Re-run',
5       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',
6       method: :post,
7       ) do %>
8     <i class="fa fa-fw fa-play"></i> Re-run
9   <% end %>
10 <% end %>