]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changeset_paging_nav.html.erb
use I18n.l() instead of strftime(): Changeset dates will now appear localized
[rails.git] / app / views / changeset / _changeset_paging_nav.html.erb
index b8ac1a65fca39f394c5aaf7762ed9e3013535437..27bc30981b24b896f0ab35c91d80aebd1e2000c5 100644 (file)
@@ -1,3 +1,4 @@
+<p>
 <% current_page = @edit_pages.current_page %>
 
 <%= t'changeset.changeset_paging_nav.showing_page' %> 
@@ -6,13 +7,5 @@ if (current_page.first_item < current_page.last_item) # if more than 1 changeset
   %>-<%= current_page.last_item %><% 
 end %>
 <%= t'changeset.changeset_paging_nav.of'%> <%= @edit_pages.item_count %>)
-
-<%
-if @edit_pages.page_count > 1 
-       bboxparam = h(params['bbox'])
-       bboxparam = nil if bboxparam==""
-%>
- | <%= pagination_links_each(@edit_pages, {}) { |n| link_to(n,  :display_name => @display_name, :bbox => bboxparam , :page => n) }  %>
-<%
-end
-%>
+ | <%= pagination_links_each(@edit_pages, {}) { |n| link_to(n, params.merge({ :page => n })) }  %>
+</p>