]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/show.xml.builder
Use larger 'spinner' when waiting for route request. Replace HTML in content to avoid...
[rails.git] / app / views / notes / show.xml.builder
1 xml.instruct!
2
3 xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
4   osm << render(:partial => "note", :object => @note)
5 end