X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4d3a1c5346c99da360af58f1932b8f7a2ba87723..497ea8e6fd12ce91cad108af78df5e3802a79d69:/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb index f7dc138162..e9a01dc253 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb @@ -16,7 +16,8 @@ - + + @@ -31,6 +32,7 @@ Owner Age + @@ -51,12 +53,14 @@ <%= link_to_if_arvados_object ob.owner_uuid, friendly_name: true %> <%= distance_of_time_in_words(ob.created_at, Time.now) %> + + <%= render partial: 'delete_object_button', locals: {object:ob} %> - + <% ob.components.each do |cname, c| %> <% if c[:job] %> <%= render partial: "job_status_label", locals: {:j => c[:job], :title => cname.to_s } %>