[ARVADOS] updated: e018237856b7bdd61e46468696bf3783a8f745df

Git user git at public.curoverse.com
Fri May 5 09:50:33 EDT 2017


Summary of changes:
 apps/workbench/app/helpers/provenance_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e018237856b7bdd61e46468696bf3783a8f745df (commit)
      from  39755f7642bf974e6e2e1cf3828b5240f489566c (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 e018237856b7bdd61e46468696bf3783a8f745df
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri May 5 10:49:49 2017 -0300

    10111: Fix integration test

diff --git a/apps/workbench/app/helpers/provenance_helper.rb b/apps/workbench/app/helpers/provenance_helper.rb
index fc2ce1d..665f3d5 100644
--- a/apps/workbench/app/helpers/provenance_helper.rb
+++ b/apps/workbench/app/helpers/provenance_helper.rb
@@ -116,7 +116,7 @@ module ProvenanceHelper
           if col.items_available == 1
             return col.results.first.name
           else
-            return col.results.first.name + " + #{col.items_available - 1} more"
+            return "#{col.results.first.name} + #{col.items_available - 1} more"
           end
         end
       end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list