Commit 2e78bc1b authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed pagination links on admin project listing

git-svn-id: http://redmine.rubyforge.org/svn/trunk@439 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 20feb445
......@@ -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 || '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment