mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
6 lines
124 B
Ruby
6 lines
124 B
Ruby
xml.instruct!
|
|
|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
|
osm << render(:partial => "note", :object => @note)
|
|
end
|