]> git.openstreetmap.org Git - rails.git/blob - app/views/api/relations/show.json.jbuilder
Use h2 as the main header on the map-ui panel
[rails.git] / app / views / api / relations / show.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.elements([@relation]) do |relation|
4   json.partial! relation
5 end