X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6db406e9a2fc78ed204460deb73151f44d94b030..e8c9386ffbd11cfcbedb63fa1681d5c0590ba7a5:/apps/workbench/app/views/collections/_show_source_summary.html.erb diff --git a/apps/workbench/app/views/collections/_show_source_summary.html.erb b/apps/workbench/app/views/collections/_show_source_summary.html.erb index 7479a3066b..e3f29952ff 100644 --- a/apps/workbench/app/views/collections/_show_source_summary.html.erb +++ b/apps/workbench/app/views/collections/_show_source_summary.html.erb @@ -1,12 +1,3 @@ -<% if @object.uuid.match /[0-9a-f]{32}/ %> -

Found in collections:

-

-<% cols = Collection.filter([["portable_data_hash", "=", @object.portable_data_hash]]).each do |c| %> - <%= link_to_if_arvados_object c.owner_uuid, {:friendly_name => true} %> / <%= link_to_if_arvados_object c, {:friendly_name => true} %>
-<% end %> -

-<% end %> - <% if not (@output_of.andand.any? or @log_of.andand.any?) %>

No source information available.

<% end %>