mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 01:06:00 +01:00
ajaxified paginators
git-svn-id: http://redmine.rubyforge.org/svn/trunk@33 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -34,7 +34,9 @@ class AdminController < ApplicationController
|
||||
@params['page']
|
||||
@projects = Project.find :all, :order => sort_clause,
|
||||
:limit => @project_pages.items_per_page,
|
||||
:offset => @project_pages.current.offset
|
||||
:offset => @project_pages.current.offset
|
||||
|
||||
render :action => "projects", :layout => false if request.xhr?
|
||||
end
|
||||
|
||||
def mail_options
|
||||
|
||||
Reference in New Issue
Block a user