Skip to content

Commit

Permalink
10 per page
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jun 6, 2023
1 parent a3efda7 commit db9e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/papers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def recent
end

def index
@pagy, @papers = pagy(Paper.public_everything, items: 3)
@pagy, @papers = pagy(Paper.public_everything, items: 10)

@selected = "all"

Expand Down

0 comments on commit db9e9de

Please sign in to comment.