Merge branch 'master' into 3036-collection-uuids
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
index 509b86a10ef6139b8db7c7f3d3f5310f72fa3485..cd03a5c790ef6bbde11590dc18d4acc4f621ef41 100644 (file)
@@ -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 %>
-                   <i class="fa fa-fw fa-folder"></i> Run this pipeline
-                 <% end %>
-<% end %>
-
-<%= render partial: 'pipeline_instances/show_components_editable', locals: {editable: false} %>
+<%= render_pipeline_components("editable", :json, editable: false) %>