]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_paging_nav.rhtml
Use correct key for z15 and greater.
[rails.git] / app / views / trace / _trace_paging_nav.rhtml
index a7e752893dd15c7546507b3598a1c07dd1a1b062..fec83e3dac5f24d1bf9d92d0d0906583968978a1 100644 (file)
@@ -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 %>