[ARVADOS] updated: 5d33c55fceab01d0ec426b9961e75a6ccddc7f8a

git at public.curoverse.com git at public.curoverse.com
Wed Feb 12 14:56:16 EST 2014


Summary of changes:
 .../views/pipeline_templates/_show_recent.html.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  5d33c55fceab01d0ec426b9961e75a6ccddc7f8a (commit)
      from  80e6691141b54be951b4402b9109bd6b1b9f2ebb (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 5d33c55fceab01d0ec426b9961e75a6ccddc7f8a
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Feb 12 11:56:09 2014 -0800

    Show owner name instead of uuid on pipeline_templates#index. Closes #2097

diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
index dd8bad0..c389aa0 100644
--- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
@@ -22,7 +22,7 @@
       </td><td>
         <%= render_editable_attribute ob, 'name' %>
       </td><td>
-        <%= link_to_if_arvados_object ob.owner_uuid %>
+        <%= link_to_if_arvados_object ob.owner_uuid, friendly_name: true %>
       </td><td>
         <%= ob.components.collect { |k,v| k.to_s }.join(", ") %>
       </td>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list