X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e9c5c59ee3dc288146eed9ec1e2405e44c99dc8c..3d869c8fd045305bd1933f03f72da153dfd985af:/apps/workbench/app/views/pipeline_templates/_show_components.html.erb?ds=sidebyside 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..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,7 +1,7 @@ <% 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 %>