Increased pagy per page
This commit is contained in:
@@ -2,6 +2,6 @@ class Admin::JobsController < ApplicationController
|
||||
before_action :authorize!
|
||||
def index
|
||||
@jobs = Job.all
|
||||
@pagy, @records = pagy(@jobs, limit: 10)
|
||||
@pagy, @records = pagy(@jobs, limit: 20)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user