[ARVADOS] updated: 372d0c900866940713b9f3529cb4830c7ff0aa6a
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 11 16:23:04 EST 2014
Summary of changes:
.../app/views/groups/_show_recent.html.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 372d0c900866940713b9f3529cb4830c7ff0aa6a (commit)
from 969049ab823d9c6d1050cced811a66a13a765070 (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 372d0c900866940713b9f3529cb4830c7ff0aa6a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Feb 11 16:24:05 2014 -0500
Can now click through to group pages on groups table
diff --git a/apps/workbench/app/views/groups/_show_recent.html.erb b/apps/workbench/app/views/groups/_show_recent.html.erb
index 117ddb6..c372b88 100644
--- a/apps/workbench/app/views/groups/_show_recent.html.erb
+++ b/apps/workbench/app/views/groups/_show_recent.html.erb
@@ -20,7 +20,7 @@
<tr>
<td>
- <%= g.friendly_link_name %>
+ <%= link_to_if_arvados_object g, friendly_name: true %>
</td><td>
<%= link_to_if_arvados_object g.owner_uuid, friendly_name: true %>
</td><td>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list