X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/437725d13f8775b29ad3e279a07b0bd4b7f8d098..d144724e1b48fa10e28f1e0ddddf440c6ac90ee2:/apps/workbench/app/views/collections/_choose_rows.html.erb diff --git a/apps/workbench/app/views/collections/_choose_rows.html.erb b/apps/workbench/app/views/collections/_choose_rows.html.erb index da0f9759c1..17274ddb94 100644 --- a/apps/workbench/app/views/collections/_choose_rows.html.erb +++ b/apps/workbench/app/views/collections/_choose_rows.html.erb @@ -1,6 +1,6 @@ -<% @collections.each do |object| %> -
+
<% if object.respond_to? :name %> @@ -22,19 +22,3 @@ <% end %>
<% end %> - -<% @name_links.each do |name_link| %> - <% if (object = get_object(name_link.head_uuid)) %> -
- - <%= name_link.name %> - <% links_for_object(object).each do |tag| %> - <% if tag.link_class == 'tag' %> - <%= tag.name %> - <% end %> - <% end %> -
- <% end %> -<% end %>