2754: Change "create pipeline" label to "run", to match others in same workflow.
authorTom Clegg <tom@curoverse.com>
Thu, 29 May 2014 17:58:02 +0000 (13:58 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 29 May 2014 17:58:02 +0000 (13:58 -0400)
apps/workbench/app/views/pipeline_templates/_show_components.html.erb

index ef75b65a877aff2341d8a4dab6fc3b10442066bc..1624fd7eb01d4f9cb56a2627fee1ffb1ac83928e 100644 (file)
@@ -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 %>