X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35336cd73e444534cb2eda20e3730464cc4e6553..497ea8e6fd12ce91cad108af78df5e3802a79d69:/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb 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 09eae0f351..e9a01dc253 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb @@ -5,6 +5,8 @@ <% end rescue nil %> <% end %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + <%= form_tag do |f| %> @@ -14,7 +16,8 @@ - + + @@ -29,6 +32,7 @@ Owner @@ -49,12 +53,14 @@ <%= link_to_if_arvados_object ob.owner_uuid, friendly_name: true %> -
Age +
<%= 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 } %> @@ -71,6 +77,8 @@ <% end %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + <% content_for :footer_js do %> var showhide_compare = function() { var form = $('form#compare')[0];