From 304273fabb09ff72e94481a610e84f78776f05e3 Mon Sep 17 00:00:00 2001 From: radhika Date: Mon, 3 Oct 2016 18:58:59 -0400 Subject: [PATCH] 10078: Now that the recent_collections panel includes collections from Home directory as well (self and other users' for admin user), suppress displaying confusing '(none)' in place of a Home directory. --- apps/workbench/app/views/projects/_show_dashboard.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index c830b59785..873d4f3f70 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -176,7 +176,9 @@ <% recent_cs[:collections].each do |p| %>
+ <% if recent_cs[:owners][p[:owner_uuid]].is_a?(Group) %> <%= link_to_if_arvados_object recent_cs[:owners][p[:owner_uuid]], friendly_name: true %>/ + <% end %> <%= render_localized_date(p[:modified_at], "noseconds") %>
<%= link_to_if_arvados_object p, {friendly_name: true, no_tags: true} %> -- 2.30.2