X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/363155a2a86796d27ee9161f1ee9b74d6fa307e5..9bd1d7409196cd07c5f0f216b83e571141b52402:/app/views/api/old_nodes/history.xml.builder diff --git a/app/views/api/old_nodes/history.xml.builder b/app/views/api/old_nodes/history.xml.builder index fd07025df..905381ce9 100644 --- a/app/views/api/old_nodes/history.xml.builder +++ b/app/views/api/old_nodes/history.xml.builder @@ -1,5 +1,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << (render(:partial => "old_node", :collection => @elems) || "") + osm << (render(@elems) || "") end