Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
index 0d34ba00c28142fde655c61fa6d0778cac4100d0..fd4a0ed7b54c86f0ddce26c2d95a3e6cb8dc4060 100644 (file)
@@ -1,8 +1,5 @@
-<% content_for :tab_line_buttons do %>
-  <%= form_tag '/pipeline_instances' do |f| %>
-  <%= hidden_field :pipeline_instance, :pipeline_template_uuid, :value => @object.uuid %>
-  <%= button_tag "Create pipeline", {class: 'btn btn-primary pull-right', id: "run-pipeline-button"} %>
-<% end %>
-<% end %>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<%= render partial: 'pipeline_templates/show_components_template', locals: {:template => @object, :obj => nil} %>
+SPDX-License-Identifier: AGPL-3.0 %>
+
+<%= render_pipeline_components("editable", :json, editable: false) %>