X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/185aee8518374b4a5998b5458248f68d14d5608c..5141c3ee23e89696773e227a93236ef2a51543c2:/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 ec5a09e3c6..25d8796b41 100644 --- a/apps/workbench/app/views/collections/_index_tbody.html.erb +++ b/apps/workbench/app/views/collections/_index_tbody.html.erb @@ -1,4 +1,4 @@ -<% @collections.each do |c| %> +<% @objects.each do |c| %> @@ -28,10 +28,6 @@ <%= c.created_at.to_s if c.created_at %> - - <% current_state = @collection_info[c.uuid][:wanted_by_me] ? 'persistent' : 'cache' %> - <%= render partial: 'toggle_persist', locals: { uuid: c.uuid, current_state: current_state } %> -  Add