]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/index.xml.builder
Add welcome page based on http://osmlab.github.io/welcome-osm/
[rails.git] / app / views / notes / index.xml.builder
1 xml.instruct!
2
3 xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
4   osm << (render(:partial => "note", :collection => @notes) || "")
5 end