X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/54a158aef39a6a1bdca4ce030170d6f89fc06994..71cb2c50fcaf29e2b933fc981e40a00223d94d34:/app/views/browse/_paging_nav.html.erb 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 %>