]> git.openstreetmap.org Git - rails.git/commit
Improve the layout of the object browser views.
authorTom Hughes <tom@compton.nu>
Tue, 24 Jun 2008 16:44:45 +0000 (16:44 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 24 Jun 2008 16:44:45 +0000 (16:44 +0000)
commit398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638
treed0fd148069e05570908b2ed5bb79c8234e416561
parent0cb97bd7d96030c07d9716c3d26d39bcd4f712ff
Improve the layout of the object browser views.
26 files changed:
app/models/old_node.rb
app/models/old_relation.rb
app/models/old_way.rb
app/models/relation.rb
app/models/way.rb
app/views/browse/_common.rhtml [deleted file]
app/views/browse/_common_details.rhtml [new file with mode: 0644]
app/views/browse/_common_editedby.rhtml [deleted file]
app/views/browse/_containing_relation.rhtml [new file with mode: 0644]
app/views/browse/_map.rhtml
app/views/browse/_member.rhtml [deleted file]
app/views/browse/_navigation.rhtml
app/views/browse/_node_details.rhtml [new file with mode: 0644]
app/views/browse/_relation_details.rhtml [new file with mode: 0644]
app/views/browse/_relation_member.rhtml [new file with mode: 0644]
app/views/browse/_relation_members.rhtml [deleted file]
app/views/browse/_tag.rhtml
app/views/browse/_tag_table.rhtml [deleted file]
app/views/browse/_way_details.rhtml [new file with mode: 0644]
app/views/browse/node.rhtml
app/views/browse/node_history.rhtml
app/views/browse/relation.rhtml
app/views/browse/relation_history.rhtml
app/views/browse/way.rhtml
app/views/browse/way_history.rhtml
config/routes.rb