summaryrefslogtreecommitdiffstats
path: root/app/controllers/auth_sources_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-17 18:24:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-17 18:24:06 +0000
commit42d3ec3a599144eaebca01386b9d960452f8087a (patch)
tree1a458806454c9ee0b25ca7741b3733e76d30be9d /app/controllers/auth_sources_controller.rb
parent85fb937a4ef0429924163b6c6ea17ed6027c81c9 (diff)
downloadredmine-42d3ec3a599144eaebca01386b9d960452f8087a.tar.gz
redmine-42d3ec3a599144eaebca01386b9d960452f8087a.zip
Display 25 items.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11028 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/auth_sources_controller.rb')
-rw-r--r--app/controllers/auth_sources_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb
index ede9e0733..8e2e1f001 100644
--- a/app/controllers/auth_sources_controller.rb
+++ b/app/controllers/auth_sources_controller.rb
@@ -23,7 +23,7 @@ class AuthSourcesController < ApplicationController
before_filter :find_auth_source, :only => [:edit, :update, :test_connection, :destroy]
def index
- @auth_source_pages, @auth_sources = paginate AuthSource, :per_page => 10
+ @auth_source_pages, @auth_sources = paginate AuthSource, :per_page => 25
end
def new