X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5f2a5cadcb693b34b81a9232b8879c3b4f12843d..356738e5c502b6907864ac1f0fed23bbbb5780c0:/app/views/changesets/_paging_nav.html.erb
diff --git a/app/views/changesets/_paging_nav.html.erb b/app/views/changesets/_paging_nav.html.erb
index fbdf1d507..058738222 100644
--- a/app/views/changesets/_paging_nav.html.erb
+++ b/app/views/changesets/_paging_nav.html.erb
@@ -1,11 +1,9 @@
-
-
<%= type_and_paginated_count(type, pages) %>
- <% if pages.page_count > 1 %>
- <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
- {
- :title => type_and_paginated_count(type, pages, page),
- :data => { :turbo => "true" }
- }
- end %>
- <% end %>
-
+<%= type_and_paginated_count(type, pages) %>
+<% if pages.page_count > 1 %>
+ <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
+ {
+ :title => type_and_paginated_count(type, pages, page),
+ :data => { :turbo => "true" }
+ }
+ end %>
+<% end %>