]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/show.xml.builder
Add link to show a note on the map to the note browser page
[rails.git] / app / views / notes / show.xml.builder
1 xml.instruct!
2
3 xml << render(:partial => "note", :object => @note)