X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c8060b94c485d5bf0e500d2321793cd56db4c856..660e8d8345bfe7f34dfc8db655eff6a0af8bd47f:/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb index 342a74331e..3ea7d8c79b 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb @@ -11,6 +11,8 @@ } <% end %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + @@ -54,3 +56,5 @@
+ +<%= render partial: "paging", locals: {results: @objects, object: @object} %>