Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
index bd4870000366b617726663a2291c215a89ad8a7a..fd4a0ed7b54c86f0ddce26c2d95a3e6cb8dc4060 100644 (file)
@@ -1,18 +1,5 @@
-<% 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 %>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<%= render partial: 'pipeline_instances/show_components_editable', locals: {editable: false} %>
+SPDX-License-Identifier: AGPL-3.0 %>
+
+<%= render_pipeline_components("editable", :json, editable: false) %>