X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1654b3d407feefbabd2da99b754dd28698ca6948..5c783cd0eece7c5d4607b89f1cff313d8d867a04:/app/views/browse/_changeset_details.rhtml diff --git a/app/views/browse/_changeset_details.rhtml b/app/views/browse/_changeset_details.rhtml index fdcc96c19..13b64d340 100644 --- a/app/views/browse/_changeset_details.rhtml +++ b/app/views/browse/_changeset_details.rhtml @@ -51,7 +51,7 @@ Has the following <%= @node_pages.item_count %> nodes: - +
<% @nodes.each do |node| %> <% end %> @@ -65,7 +65,7 @@
<%= link_to "Node #{node.id.to_s}, version #{node.version.to_s}", :action => "node", :id => node.id.to_s %>
Has the following <%= @way_pages.item_count %> ways: - +
<% @ways.each do |way| %> <% end %> @@ -82,7 +82,7 @@
<%= link_to "Way #{way.id.to_s}, version #{way.version.to_s}", :action => "way", :id => way.id.to_s %>
Has the following <%= @relation_pages.item_count %> relations: - +
<% @relations.each do |relation| %> <% end %>
<%= link_to "Relation #{relation.id.to_s}, version #{relation.version.to_s}", :action => "relation", :id => relation.id.to_s %>