From: Anton Khorev Date: Mon, 11 Mar 2024 19:39:13 +0000 (+0300) Subject: Fix whitespace in changeset element lists X-Git-Tag: live~915^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/21801bb2bb0844182f5f6f8f65f2566f5dd4cddb?hp=d56322a0ddbf16e710aae49fb2d0494f3986995e Fix whitespace in changeset element lists --- diff --git a/app/views/changesets/show.html.erb b/app/views/changesets/show.html.erb index 57a3fdb56..fdaf7654c 100644 --- a/app/views/changesets/show.html.erb +++ b/app/views/changesets/show.html.erb @@ -80,11 +80,11 @@ <%= render :partial => "paging_nav", :locals => { :type => "way", :pages => @way_pages } %> <% end %> @@ -93,11 +93,11 @@ <%= render :partial => "paging_nav", :locals => { :type => "relation", :pages => @relation_pages } %> <% end %> @@ -106,11 +106,11 @@ <%= render :partial => "paging_nav", :locals => { :type => "node", :pages => @node_pages } %> <% end %>