X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc6c801e7448c34b3b916813a8792e32f22bb7a8..6fb5d2bd10901a1e0ced4ea8849419145d47a0b5:/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..f7dc138162 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| %> @@ -71,6 +73,8 @@ <% end %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + <% content_for :footer_js do %> var showhide_compare = function() { var form = $('form#compare')[0];