]> git.openstreetmap.org Git - rails.git/blob - app/views/api/nodes/index.json.jbuilder
Make changeset id also a link so it can be displayed over the stretched link and...
[rails.git] / app / views / api / nodes / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.elements(@nodes) do |node|
4   json.partial! node
5 end