]> git.openstreetmap.org Git - rails.git/blob - app/views/api/ways/show.json.jbuilder
Wrap the rss and upload buttons in a div, with suitable padding for both vertical...
[rails.git] / app / views / api / ways / show.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.elements([@way]) do |way|
4   json.partial! way
5 end