X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96f5b2d78c60d1a16f51a269270d180b3f9a60a3..370df5a95b6b143885fa4d96be90c51f25f8ad14:/apps/workbench/app/views/collections/show.html.erb diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb index e1b08290b0..c3e0b7cb2e 100644 --- a/apps/workbench/app/views/collections/show.html.erb +++ b/apps/workbench/app/views/collections/show.html.erb @@ -19,17 +19,9 @@ <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %> - <% if defined? @same_pdh %> -

Found in collections:

-

- <% @same_pdh.each do |c| %> - <%= link_to_if_arvados_object get_object(c.owner_uuid), {:friendly_name => true} %> / <%= link_to_if_arvados_object c, {:friendly_name => true} %>
- <% end %> -

- <% else %> -

Content hash:
- <%= link_to @object.portable_data_hash, collection_path(@object.portable_data_hash) %>

- <% end %> +

Content hash:
+ <%= link_to @object.portable_data_hash, collection_path(@object.portable_data_hash) %> +

<%= render partial: "show_source_summary" %>