X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/363155a2a86796d27ee9161f1ee9b74d6fa307e5..83043d6f1cd85729a3f91e5c73d78a39b8ae7d04:/app/views/api/nodes/index.xml.builder?ds=inline diff --git a/app/views/api/nodes/index.xml.builder b/app/views/api/nodes/index.xml.builder index 5c73c2193..1968de97a 100644 --- a/app/views/api/nodes/index.xml.builder +++ b/app/views/api/nodes/index.xml.builder @@ -1,5 +1,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << (render(:partial => "api/map/node", :collection => @nodes) || "") + osm << (render(@nodes) || "") end