X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4bb0785ad5bdad8fc8fcbbe35c61f585f58f4cce..18c70fa2ded1fbad78d108794800be0309bbf499:/app/views/browse/_paging_nav.html.erb?ds=inline
diff --git a/app/views/browse/_paging_nav.html.erb b/app/views/browse/_paging_nav.html.erb
index 50e75bff8..67f1c75a3 100644
--- a/app/views/browse/_paging_nav.html.erb
+++ b/app/views/browse/_paging_nav.html.erb
@@ -1,13 +1,5 @@
-
-<% current_page = pages.current_page %>
<% if pages.page_count > 1 %>
- <%= t'browse.paging_nav.showing_page' %>
- <%= current_page.number %> (<%= current_page.first_item %><%
- if (current_page.first_item < current_page.last_item) # if more than 1 trace on page
- %>-<%= current_page.last_item %><%
- end %>
- <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
-
-<%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
+
+ <%= raw pagination_links_each(pages, {}) { |n| link_to(n, page_param => n) } %>
+
<% end %>
-