[ARVADOS] updated: 8e6d577f1381da0d42481ef8dd0479241e3c50bf
Git user
git at public.curoverse.com
Mon Oct 3 19:02:58 EDT 2016
Summary of changes:
apps/workbench/app/views/projects/_show_dashboard.html.erb | 2 ++
1 file changed, 2 insertions(+)
via 8e6d577f1381da0d42481ef8dd0479241e3c50bf (commit)
from bd7dc68d12f1d134106fd21afe9cbf2d0512c831 (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 8e6d577f1381da0d42481ef8dd0479241e3c50bf
Author: radhika <radhika at curoverse.com>
Date: Mon Oct 3 18:58:59 2016 -0400
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.
diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index c830b59..873d4f3 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| %>
<div class="dashboard-panel-info-row">
<div>
+ <% if recent_cs[:owners][p[:owner_uuid]].is_a?(Group) %>
<i class="fa fa-fw fa-folder-o"></i><%= link_to_if_arvados_object recent_cs[:owners][p[:owner_uuid]], friendly_name: true %>/
+ <% end %>
<span class="pull-right"><%= render_localized_date(p[:modified_at], "noseconds") %></span>
</div>
<div class="text-overflow-ellipsis" style="margin-left: 1em; width: 100%"><%= link_to_if_arvados_object p, {friendly_name: true, no_tags: true} %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list