Fixed pagination links on admin project listing

git-svn-id: http://redmine.rubyforge.org/svn/trunk@439 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-10 17:08:59 +00:00
parent 20feb44564
commit 2e78bc1bc4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ module ApplicationHelper
html << (pagination_links_each(paginator, options) do |n|
link_to_remote(n.to_s,
{:url => {:action => 'list', :params => options.merge(:page => n)}, :update => 'content'},
{:url => {:params => options.merge(:page => n)}, :update => 'content'},
{:href => url_for(:params => options.merge(:page => n))})
end || '')