]> git.openstreetmap.org Git - rails.git/commit
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changese...
authorHarry Wood <mail@harrywood.co.uk>
Mon, 23 Mar 2009 16:39:59 +0000 (16:39 +0000)
committerHarry Wood <mail@harrywood.co.uk>
Mon, 23 Mar 2009 16:39:59 +0000 (16:39 +0000)
commitafe8dd51ece21325eea8a108515b9426764de5b2
tree992b0b9a64548a6ae49107ac0644151d1b18cb40
parent231bdf66cdc8239c37e1536be4fb52ce275219e3
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changeset.rhtml partial
12 files changed:
app/controllers/browse_controller.rb
app/controllers/changeset_controller.rb
app/controllers/export_controller.rb
app/views/browse/index.rhtml [deleted file]
app/views/changeset/_changeset.rhtml
app/views/changeset/_changeset_paging_nav.rhtml
app/views/changeset/list.rhtml
app/views/changeset/list_bbox.rhtml [new file with mode: 0644]
app/views/changeset/list_user.rhtml [new file with mode: 0644]
app/views/layouts/site.rhtml
app/views/site/index.rhtml
app/views/user/view.rhtml