logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

kaminari_config.rb (143B)


  1. # frozen_string_literal: true
  2. Kaminari.configure do |config|
  3. config.default_per_page = 40
  4. config.window = 1
  5. config.outer_window = 1
  6. end