X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2340ebeaf34778645e6071e8b077df50e5ae3df5..668a799436295a17223096392898cf257d8dfc76:/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 ef75b65a87..fd4a0ed7b5 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_components.html.erb @@ -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_instances/show_components_editable', locals: {editable: false} %> +SPDX-License-Identifier: AGPL-3.0 %> + +<%= render_pipeline_components("editable", :json, editable: false) %>