X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c164cb15f8435817784a71c45fbd7e6c6690d3cd..3f9aa0401350fc8a41a2dce81151da4aa050e771:/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 650a8c88e9..d87f56f9cd 100644 --- a/apps/workbench/app/views/collections/_choose_rows.html.erb +++ b/apps/workbench/app/views/collections/_choose_rows.html.erb @@ -1,17 +1,13 @@ <% @name_links.each do |name_link| %> <% if (object = get_object(name_link.head_uuid)) %> -
-
+
<%= name_link.name %> -
-
- <%= render_controller_partial( - 'show_object_description_cell.html', - controller_name: 'collections', - locals: {object: object}) - %> -
+ <% Link.filter([['link_class','=','tag'],['head_uuid','=',object.uuid]]).collect(&:name).each do |tagname| %> + <%= tagname %> + <% end %>
<% end %> <% end %>