]> source.dussan.org Git - redmine.git/commit
Refactor: rename TimelogController#details to #index
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 6 Oct 2010 18:23:45 +0000 (18:23 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 6 Oct 2010 18:23:45 +0000 (18:23 +0000)
commit2ecca7e4df96cba3fe5ab75997ca179cd62968f8
tree460a880a724dad450f262b175fb54fb89ff5e573
parentc43ef6e7696e1f9684099a7a19d3b71b42ac5a06
Refactor: rename TimelogController#details to #index

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4235 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/timelog_controller.rb
app/views/issues/show.rhtml
app/views/projects/show.rhtml
app/views/timelog/_date_range.rhtml
app/views/timelog/details.rhtml [deleted file]
app/views/timelog/index.html.erb [new file with mode: 0644]
config/routes.rb
lib/redmine.rb
test/functional/timelog_controller_test.rb
test/integration/routing_test.rb