@@ -23,7 +23,7 class AuthSourcesController < ApplicationController | |||
|
23 | 23 | before_filter :find_auth_source, :only => [:edit, :update, :test_connection, :destroy] |
|
24 | 24 | |
|
25 | 25 | def index |
|
26 |
@auth_source_pages, @auth_sources = paginate AuthSource, :per_page => |
|
|
26 | @auth_source_pages, @auth_sources = paginate AuthSource, :per_page => 25 | |
|
27 | 27 | end |
|
28 | 28 | |
|
29 | 29 | def new |
@@ -25,7 +25,7 class TrackersController < ApplicationController | |||
|
25 | 25 | def index |
|
26 | 26 | respond_to do |format| |
|
27 | 27 | format.html { |
|
28 |
@tracker_pages, @trackers = paginate Tracker.sorted, :per_page => |
|
|
28 | @tracker_pages, @trackers = paginate Tracker.sorted, :per_page => 25 | |
|
29 | 29 | render :action => "index", :layout => false if request.xhr? |
|
30 | 30 | } |
|
31 | 31 | format.api { |
General Comments 0
You need to be logged in to leave comments.
Login now