X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7f3cb3c6246e6e271761e714cceb081e85a4d245..49ba5ab6d2e98221246635327eb15dc71c97e67d:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 6e27ac7e4..998dd248d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -69,23 +69,7 @@ <% end %> <% if @traces.size > 0 %> - <%= render "shared/pagination", - :newer_key => "traces.trace_paging_nav.newer", - :older_key => "traces.trace_paging_nav.older", - :newer_id => @newer_traces_id, - :older_id => @older_traces_id %> - -
<%= t ".empty_upload_html", :upload_link => link_to(t(".upload_new"), new_trace_path),