X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b4dbf6233c3785e62af5bd313381f1844e5bbc19..4347d9d3b00a8fffe78daa93eac5b490905f9ac8:/app/views/api/notes/show.xml.builder diff --git a/app/views/api/notes/show.xml.builder b/app/views/api/notes/show.xml.builder index 51b3daebd..bb87fe762 100644 --- a/app/views/api/notes/show.xml.builder +++ b/app/views/api/notes/show.xml.builder @@ -1,5 +1,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << render(:partial => "note", :object => @note) + osm << render(@note) end