<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% if @object.state == 'Final' %> <%= link_to(choose_projects_path(id: "run-workflow-button", title: 'Choose project', editable: true, action_name: 'Choose', action_href: copy_container_request_path, action_method: 'post', action_data: {'selection_param' => 'work_unit[owner_uuid]', 'work_unit[template_uuid]' => @object.uuid, 'success' => 'redirect-to-created-object' }.to_json), { class: "btn btn-primary btn-sm", title: "Run #{@object.name}", remote: true } ) do %> Re-run... <% end %> <% end %>