##// END OF EJS Templates
Fixed pagination links on admin project listing...
Jean-Philippe Lang -
r436:2e78bc1bc416
parent child
Show More
@@ -93,7 +93,7 module ApplicationHelper
93
93
94 html << (pagination_links_each(paginator, options) do |n|
94 html << (pagination_links_each(paginator, options) do |n|
95 link_to_remote(n.to_s,
95 link_to_remote(n.to_s,
96 {:url => {:action => 'list', :params => options.merge(:page => n)}, :update => 'content'},
96 {:url => {:params => options.merge(:page => n)}, :update => 'content'},
97 {:href => url_for(:params => options.merge(:page => n))})
97 {:href => url_for(:params => options.merge(:page => n))})
98 end || '')
98 end || '')
99
99
General Comments 0
You need to be logged in to leave comments. Login now