]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_paging_nav.html.erb
50e75bff89f5bd4cca9d4ebe8ebdde24364cd9b4
[rails.git] / app / views / browse / _paging_nav.html.erb
1 <h4 class="paginate">
2 <% current_page = pages.current_page %>
3 <% if pages.page_count > 1 %>
4     <%= t'browse.paging_nav.showing_page' %>
5     <%= current_page.number %> (<%= current_page.first_item %><%
6     if (current_page.first_item < current_page.last_item) # if more than 1 trace on page
7       %>-<%= current_page.last_item %><%
8     end %>
9     <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
10
11 <span><%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %></span>
12 <% end %>
13 </h4>