]> git.openstreetmap.org Git - rails.git/commit
Simplify partial rendering
authormmd-osm <mmd.osm@gmail.com>
Wed, 26 Jun 2019 20:29:18 +0000 (22:29 +0200)
committermmd-osm <mmd.osm@gmail.com>
Wed, 26 Jun 2019 20:29:18 +0000 (22:29 +0200)
commitd0de9967b9bd21c8e7c03e060626c4486b149fb2
tree511e0307ff9a7f28c1f5113a1e52b396653de41d
parent45e7c9a32e08446fd087580d84b2e11eadc1683d
Simplify partial rendering
22 files changed:
app/views/api/map/index.xml.builder
app/views/api/nodes/_node.xml.builder [moved from app/views/api/map/_node.xml.builder with 100% similarity]
app/views/api/nodes/index.xml.builder
app/views/api/nodes/show.xml.builder
app/views/api/old_nodes/history.xml.builder
app/views/api/old_nodes/version.xml.builder
app/views/api/old_relations/history.xml.builder
app/views/api/old_relations/version.xml.builder
app/views/api/old_ways/history.xml.builder
app/views/api/old_ways/version.xml.builder
app/views/api/relations/_relation.xml.builder [moved from app/views/api/map/_relation.xml.builder with 100% similarity]
app/views/api/relations/full.xml.builder
app/views/api/relations/index.xml.builder
app/views/api/relations/relations_for_node.xml.builder
app/views/api/relations/relations_for_relation.xml.builder
app/views/api/relations/relations_for_way.xml.builder
app/views/api/relations/show.xml.builder
app/views/api/ways/_way.xml.builder [moved from app/views/api/map/_way.xml.builder with 100% similarity]
app/views/api/ways/full.xml.builder
app/views/api/ways/index.xml.builder
app/views/api/ways/show.xml.builder
app/views/api/ways/ways_for_node.xml.builder