<% if pages.page_count == 1 %>
<h4 class="fs-5">
- <%= t ".#{type.pluralize}", :count => pages.item_count %>
+ <%= t ".#{type.pluralize}_title" %>
+ <span class="badge count-number">
+ <%= pages.item_count %>
+ </span>
</h4>
<% elsif pages.page_count > 1 %>
<h4 class="fs-5">
- <%= t ".#{type.pluralize}_paginated", :x => pages.current_page.first_item,
- :y => pages.current_page.last_item,
- :count => pages.item_count %>
+ <%= t ".#{type.pluralize}_title" %>
+ <span class="badge count-number">
+ <%= t ".range", :x => pages.current_page.first_item,
+ :y => pages.current_page.last_item,
+ :count => pages.item_count %>
+ </span>
</h4>
<%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
changesetxml: "Changeset XML"
osmchangexml: "osmChange XML"
paging_nav:
- nodes: "Nodes (%{count})"
+ nodes_title: "Nodes"
nodes_paginated: "Nodes (%{x}-%{y} of %{count})"
- ways: "Ways (%{count})"
+ ways_title: "Ways"
ways_paginated: "Ways (%{x}-%{y} of %{count})"
- relations: "Relations (%{count})"
+ relations_title: "Relations"
relations_paginated: "Relations (%{x}-%{y} of %{count})"
+ range: "%{x}-%{y} of %{count}"
not_found_message:
sorry: "Sorry, changeset #%{id} could not be found."
timeout: