]> git.openstreetmap.org Git - rails.git/commit
Simplify browse routes and make routes more consistent
authorTom Hughes <tom@compton.nu>
Thu, 28 Nov 2013 00:14:07 +0000 (00:14 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 28 Nov 2013 00:14:07 +0000 (00:14 +0000)
commit3cd5f45e08d977d04a778ab8802f71df85edc314
tree245313eb6a65d4d496f0185b57ab2833773deac0
parent6b236ec95bc8072b0a839fecabb1412b76b8a7e2
Simplify browse routes and make routes more consistent

This gets rid of the /browse/ prefix and uses /history consistently
for all routes that show a list of changesets.
app/assets/javascripts/index.js
app/assets/javascripts/index/browse.js
app/assets/javascripts/index/new_note.js.erb
app/assets/javascripts/index/notes.js.erb
app/assets/javascripts/router.js
config/routes.rb
test/functional/browse_controller_test.rb
test/functional/changeset_controller_test.rb
test/functional/user_controller_test.rb