[ARVADOS] updated: 5d356c84dcf8f3a2129cce0f4fbfc50f16a8a339

git at public.curoverse.com git at public.curoverse.com
Fri Apr 25 13:25:43 EDT 2014


Summary of changes:
 apps/workbench/app/views/users/_tables.html.erb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

       via  5d356c84dcf8f3a2129cce0f4fbfc50f16a8a339 (commit)
      from  f6f07b1856fc0aa32cdf1f96d5bdeb12e9e314ef (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 5d356c84dcf8f3a2129cce0f4fbfc50f16a8a339
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Apr 25 11:54:53 2014 -0400

    Add UUIDs in TR tags so automated tests can find them.

diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb
index ed38429..2fd5bba 100644
--- a/apps/workbench/app/views/users/_tables.html.erb
+++ b/apps/workbench/app/views/users/_tables.html.erb
@@ -26,7 +26,7 @@
         </tr>
 
         <% @my_jobs[0..6].each do |j| %>
-          <tr>
+          <tr data-object-uuid="<%= j.uuid %>">
             <td>
               <small>
                 <%= link_to((j.script.andand[0..31] || j.uuid), job_path(j.uuid)) %>
@@ -111,7 +111,7 @@
       </tr>
 
       <% @my_pipelines[0..6].each do |p| %>
-        <tr>
+        <tr data-object-uuid="<%= p.uuid %>">
           <td>
             <small>
               <%= link_to_if_arvados_object p.uuid, friendly_name: true %>
@@ -182,7 +182,7 @@
       </tr>
 
       <% @my_collections[0..6].each do |c| %>
-        <tr>
+        <tr data-object-uuid="<%= c.uuid %>">
           <td>
             <small>
               <a href="<%= collection_path(c.uuid) %>">

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list