Pagination improvements (#1445)

* Replace will_paginate with kaminari

* Use #page instead of #paginate in controllers

* Replace will_paginate.page_gap with pagination.truncate in i18n

* Customize kaminari views to match prior styles

* Set kaminari options to match prior behavior

* Replace will_paginate with paginate in views
This commit is contained in:
Matt Jankowski
2017-04-10 19:11:41 -04:00
committed by Eugen
parent a283786463
commit 4ada50985a
36 changed files with 77 additions and 65 deletions

View File

@ -126,6 +126,7 @@ en:
pagination:
next: Next
prev: Prev
truncate: "…"
remote_follow:
acct: Enter your username@domain you want to follow from
missing_resource: Could not find the required redirect URL for your account
@ -169,5 +170,3 @@ en:
users:
invalid_email: The e-mail address is invalid
invalid_otp_token: Invalid two-factor code
will_paginate:
page_gap: "…"