Merge branch 'master' into 2244-sdk-docs
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent.html.erb
index 09eae0f35122f760b2d72de3c618e4eaca92b407..f7dc138162320bfb2c153f8fa001456190d10549 100644 (file)
@@ -5,6 +5,8 @@
 <% end rescue nil %>
 <% end %>
 
+<%= render partial: "paging", locals: {results: @objects, object: @object} %>
+
 <%= form_tag do |f| %>
 
 <table class="table table-condensed table-fixedlayout">
@@ -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];