1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <% if current_user.andand.is_active %>
6 <% content_for :tab_line_buttons do %>
7 <%= link_to(choose_projects_path(id: "run-workflow-button",
8 title: 'Choose project',
10 action_name: 'Choose',
11 action_href: work_units_path,
12 action_method: 'post',
13 action_data: {'selection_param' => 'work_unit[owner_uuid]',
14 'work_unit[template_uuid]' => @object.uuid,
15 'success' => 'redirect-to-created-object'
17 { class: "btn btn-primary btn-sm", title: "Run #{@object.name}", remote: true }
19 <i class="fa fa-fw fa-gear"></i> Run this workflow
24 <%= render file: 'application/show.html.erb', locals: local_assigns %>