X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b917e8a2ebf8c51729ecde1d3cc3396d2fcf0034..6ad31a32b13094ce162a2175956232403b13693f:/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb b/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb index e8406dc1c7..f369c55c95 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb @@ -1,5 +1,5 @@ <% @objects.sort_by { |ob| ob.created_at }.reverse.each do |ob| %> - + <%= check_box_tag 'uuids[]', ob.uuid, false, :class => 'persistent-selection' %>