[ARVADOS] updated: 3d869c8fd045305bd1933f03f72da153dfd985af
git at public.curoverse.com
git at public.curoverse.com
Thu May 29 13:58:18 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_templates/_show_components.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3d869c8fd045305bd1933f03f72da153dfd985af (commit)
from e9c5c59ee3dc288146eed9ec1e2405e44c99dc8c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3d869c8fd045305bd1933f03f72da153dfd985af
Author: Tom Clegg <tom at curoverse.com>
Date: Thu May 29 13:58:02 2014 -0400
2754: Change "create pipeline" label to "run", to match others in same workflow.
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 ef75b65..1624fd7 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 %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list