X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5dfbf00776d5247a92cb36135d509fa0eb0b2730..f9ab1e0432354b6fa6f9eb992e59b202e4ef906c:/app/views/browse/_paging_nav.html.erb?ds=sidebyside diff --git a/app/views/browse/_paging_nav.html.erb b/app/views/browse/_paging_nav.html.erb index e13b1a9b8..aa7ee23b9 100644 --- a/app/views/browse/_paging_nav.html.erb +++ b/app/views/browse/_paging_nav.html.erb @@ -1,14 +1,6 @@ -
-
-

<%= heading %>

-
+
+

<%= type_and_paginated_count(type, pages) %>

<% if pages.page_count > 1 %> -
-

- - <%= raw pagination_links_each(pages, {}) { |n| link_to(n, page_param => n) } %> - -

-
+ <%= sidebar_classic_pagination(pages, "#{type}_page") %> <% end %>