X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e4f96fc61cd9c85f91bdb0020bc365f2f4825ffb..16f704326f44fd1e5e5e60b936c9b5895d6a6ff8:/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 0d34ba00c2..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_templates/show_components_template', locals: {:template => @object, :obj => nil} %> +SPDX-License-Identifier: AGPL-3.0 %> + +<%= render_pipeline_components("editable", :json, editable: false) %>