X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07ad4a36ea398f4bba431d19d5d99e0160ad814b..36203ebe261d38bab5a17ac866c6ed384d70e978:/app/views/trace/_trace_paging_nav.rhtml?ds=sidebyside diff --git a/app/views/trace/_trace_paging_nav.rhtml b/app/views/trace/_trace_paging_nav.rhtml index a7e752893..fec83e3da 100644 --- a/app/views/trace/_trace_paging_nav.rhtml +++ b/app/views/trace/_trace_paging_nav.rhtml @@ -8,5 +8,5 @@ end %> of <%= @trace_pages.item_count %>) <% if @trace_pages.page_count > 1 %> - | <%= pagination_links(@trace_pages) %> + | <%= pagination_links_each(@trace_pages, {}) { |n| link_to_page(n) } %> <% end %>