X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a23b909256ae2ee222036d91d6e46faccfe13542..cf7e30873ef4b92cc8ec099b2bb344391a070e93:/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 19a13ed9a2..96b73979eb 100644 --- a/apps/workbench/app/views/collections/_index_tbody.html.erb +++ b/apps/workbench/app/views/collections/_index_tbody.html.erb @@ -1,6 +1,9 @@ <% @collections.each do |c| %> + + <%= render :partial => "selection_checkbox", :locals => {:object => c} %> + <%= link_to_if_arvados_object c.uuid %> @@ -31,14 +34,14 @@  Add - + <% if @collection_info[c.uuid] %> <% @collection_info[c.uuid][:tag_links].each do |tag_link| %> <%= tag_link.name %> <% if tag_link.owner_uuid == current_user.uuid %> -   +   <% end %> - +   <% end %> <% end %>