X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ad4fcf639b3a75ddd40aeb659b090c9037d3507e..e0f4124bd0156f7cb029e5330e256086962f9e8e:/apps/workbench/app/views/pipeline_templates/_show_components.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/_show_components.html.erb b/apps/workbench/app/views/pipeline_templates/_show_components.html.erb index 1f2c1baaf4..cd03a5c790 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_components.html.erb @@ -1,18 +1 @@ -<% content_for :tab_line_buttons do %> - <%= button_to(choose_projects_path(id: "run-pipeline-button", - title: 'Choose project', - editable: true, - action_name: 'Choose', - action_href: pipeline_instances_path, - action_method: 'post', - action_data: {selection_param: 'pipeline_instance[owner_uuid]', - 'pipeline_instance[pipeline_template_uuid]' => @object.uuid, - 'success' => 'redirect-to-created-object' - }.to_json), - { class: "btn btn-primary btn-sm", remote: true, method: 'get' } - ) do %> - Run this pipeline - <% end %> -<% end %> - <%= render_pipeline_components("editable", :json, editable: false) %>