]> git.openstreetmap.org Git - rails.git/commit
Drop the username from the "new diary entry" link to avoid problems
authorTom Hughes <tom@compton.nu>
Thu, 4 Feb 2010 15:48:40 +0000 (15:48 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Feb 2010 15:48:40 +0000 (15:48 +0000)
commit8cd02f413690abfb499e02a5824bd46c1504b86f
tree3e4ceb07f51a187dee0ab8e0c1af67f2c6e918c8
parent1997f1f662dddc8fcc9997ef301dacd9f73e075b
Drop the username from the "new diary entry" link to avoid problems
with caching - we don't need it as we know who the logged in user is
when a diary posting is made.
app/views/diary_entry/list.html.erb
config/routes.rb
test/functional/diary_entry_controller_test.rb
test/integration/user_diaries_test.rb