X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e71355c5bbb581e1d18f9ed59861f1eaeee5955a..85c284aaa6e9ba8488de9d488f17fda4cd565d9c:/app/views/browse/_node.html.erb diff --git a/app/views/browse/_node.html.erb b/app/views/browse/_node.html.erb index 152223ae7..cc8597292 100644 --- a/app/views/browse/_node.html.erb +++ b/app/views/browse/_node.html.erb @@ -8,7 +8,7 @@ <% else %>
- <%= render :partial => "common_details", :object => node %> + <%= render :partial => "browse/common_details", :object => node %> <% unless node.ways.empty? and node.containing_relation_members.empty? %>

<%= t "browse.part_of" %>

@@ -17,7 +17,7 @@ <%= t "browse.part_of_ways", :count => node.ways.uniq.count %> @@ -26,7 +26,7 @@
> <%= t "browse.part_of_relations", :count => node.containing_relation_members.uniq.count %>
<% end %>