Moved pagination to top bar.
Removed "prev", "next", "first" and "last" from kaminari paginator.
This commit is contained in:
parent
c219c38a49
commit
8b5c1d9ff2
3 changed files with 27 additions and 4 deletions
|
|
@ -21,3 +21,11 @@
|
|||
|
||||
en:
|
||||
hello: "Hello world"
|
||||
|
||||
views:
|
||||
pagination:
|
||||
first: "«"
|
||||
last: "»"
|
||||
previous: "‹"
|
||||
next: "›"
|
||||
truncate: "..."
|
||||
Loading…
Add table
Add a link
Reference in a new issue