X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6d9434e14d92a143d0bebe9cbadac72d1f2aa035..a08fe1c2915722e70a695db244479c60157dd2b3:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 609dbcede..b38436c0a 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -23,15 +23,15 @@ <% end %> <% if @traces.size > 0 %> - <%= render :partial => "trace_paging_nav" %> + <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %>