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