[ARVADOS] updated: 642670d6614fe30f3ad4248f8415a290c6c3ad45

git at public.curoverse.com git at public.curoverse.com
Tue Sep 16 11:28:32 EDT 2014


Summary of changes:
 apps/workbench/app/views/pipeline_instances/show.html.erb  | 2 +-
 apps/workbench/test/integration/pipeline_instances_test.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  642670d6614fe30f3ad4248f8415a290c6c3ad45 (commit)
      from  bc7b64beb18c4b8900a9d14f9539b184ef37cb64 (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 642670d6614fe30f3ad4248f8415a290c6c3ad45
Author: radhika <radhika at curoverse.com>
Date:   Tue Sep 16 11:27:30 2014 -0400

    2875: minor text update

diff --git a/apps/workbench/app/views/pipeline_instances/show.html.erb b/apps/workbench/app/views/pipeline_instances/show.html.erb
index 36d905e..905470c 100644
--- a/apps/workbench/app/views/pipeline_instances/show.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/show.html.erb
@@ -6,7 +6,7 @@
     </div>
     <% if template %>
       <div class="alert alert-info col-sm-6">
-        This pipeline has been created from the template <%= link_to_if_arvados_object template, friendly_name: true %><br />
+        This pipeline was created from the template <%= link_to_if_arvados_object template, friendly_name: true %><br />
         <% if template.modified_at && (template.modified_at > @object.created_at) %>
         Note: This template has been modified since this instance was created.
         <% end %>
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index dfd65ec..370007e 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -204,7 +204,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       find(".selectable", text: proj_name).click
       click_on "Choose"
     end
-    assert(has_text?("This pipeline has been created from the template"), "did not land on pipeline instance page")
+    assert(has_text?("This pipeline was created from the template"), "did not land on pipeline instance page")
     first("a.btn,button", text: "Choose").click
     within(".modal-body") do
       if (proj_name != PROJECT_WITH_SEARCH_COLLECTION)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list