diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/auth_sources_controller.rb | 2 | ||||
-rw-r--r-- | app/controllers/trackers_controller.rb | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/app/controllers/trackers_controller.rb b/app/controllers/trackers_controller.rb index 2811929fa..28c761681 100644 --- a/app/controllers/trackers_controller.rb +++ b/app/controllers/trackers_controller.rb @@ -25,7 +25,7 @@ class TrackersController < ApplicationController def index respond_to do |format| format.html { - @tracker_pages, @trackers = paginate Tracker.sorted, :per_page => 10 + @tracker_pages, @trackers = paginate Tracker.sorted, :per_page => 25 render :action => "index", :layout => false if request.xhr? } format.api { |