X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/928565a23bf5ff54fb524b6c38f8e2b0f4b27725..668a799436295a17223096392898cf257d8dfc76:/apps/workbench/app/views/collections/_index_tbody.html.erb diff --git a/apps/workbench/app/views/collections/_index_tbody.html.erb b/apps/workbench/app/views/collections/_index_tbody.html.erb index b41234505e..845c92e802 100644 --- a/apps/workbench/app/views/collections/_index_tbody.html.erb +++ b/apps/workbench/app/views/collections/_index_tbody.html.erb @@ -1,8 +1,26 @@ -<% @collections.each do |c| %> +<%# Copyright (C) The Arvados Authors. All rights reserved. - +SPDX-License-Identifier: AGPL-3.0 %> + +<% @objects.each do |c| %> + + + + <%= + friendly_name = c.friendly_link_name + @collection_info[c.uuid][:tag_links].each do |tag_link| + friendly_name += raw(" #{tag_link.name}") + end + render partial: "selection_checkbox", locals: { + object: c, + friendly_name: friendly_name + } + %> + + <%= render :partial => "show_object_button", :locals => {object: c, size: 'xs'} %> + - <%= link_to_if_arvados_object c.uuid %> + <%= c.uuid %> <% i = 0 %> @@ -16,23 +34,22 @@ ⋮ <% end %> - <%= render partial: 'application/arvados_attr_value', locals: { obj: c, attr: "owner_uuid", attrvalue: c.owner_uuid } %> - <%= raw(distance_of_time_in_words(c.created_at, Time.now).sub('about ','~').sub(' ',' ')) if c.created_at %> + <%= c.created_at.to_s if c.created_at %> - + +  Add + <% if @collection_info[c.uuid] %> - <%= @collection_info[c.uuid][:tags].uniq.join ', ' %> - <% end %> - - - <% if @collection_info[c.uuid][:wanted_by_me] %> - - <% elsif @collection_info[c.uuid][:wanted] %> - - <% else %> - cache + <% @collection_info[c.uuid][:tag_links].each do |tag_link| %> + <%= tag_link.name %> + <% if tag_link.owner_uuid == current_user.andand.uuid %> +   + <% end %> +   + <% end %> <% end %> +