X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cf7e30873ef4b92cc8ec099b2bb344391a070e93..4bd75291b6e3c6ae2a5c7efd17ee27dfd844f4e0:/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..1624fd7eb0 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,8 @@ <% 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"} %> + <%= button_tag "Run this pipeline", {class: 'btn btn-primary pull-right', id: "run-pipeline-button"} %> <% end %> <% end %> -<%= render partial: 'pipeline_templates/show_components_template', locals: {:template => @object, :obj => nil} %> +<%= render partial: 'pipeline_instances/show_components_editable', locals: {editable: false} %>