]> source.dussan.org Git - redmine.git/commit
Adds previous/next links to issue (#2850).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Jan 2012 20:09:44 +0000 (20:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Jan 2012 20:09:44 +0000 (20:09 +0000)
commitb1504ceb434c0fd2543db2f27b46c25898e72f6d
tree458144eea3f95ddb835a35250cac9be0535d2d4c
parentbbe1ff3ec97b5e7865309a4ebe08623a7feb8b40
Adds previous/next links to issue (#2850).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8488 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/helpers/queries_helper.rb
app/helpers/sort_helper.rb
app/views/issues/show.html.erb
lib/redmine/core_ext/active_record.rb [new file with mode: 0644]
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/unit/query_test.rb