Add per page link for smart listing User, Admin and Accompagnateur for follow files

This commit is contained in:
Xavier J 2017-01-02 10:48:47 +01:00
parent e131442084
commit 4a1a23d1d7
6 changed files with 87 additions and 1 deletions

View file

@ -10,7 +10,7 @@ SmartListing.configure do |config|
#:unlimited_per_page => false, # allow infinite page size
#:paginate => true, # allow pagination
#:memorize_per_page => false, # save per page settings in the cookie
:page_sizes => [7], # set available page sizes array
:page_sizes => [10, 20, 50, 100], # set available page sizes array
#:kaminari_options => {:theme => "smart_listing"}, # Kaminari's paginate helper options
})