1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

#️⃣ 🚀 🔞

This commit is contained in:
Akira Matsuda 2016-12-01 02:19:50 +09:00
parent 99f9bf6d66
commit df586c73c1
21 changed files with 44 additions and 44 deletions

View file

@ -7,5 +7,5 @@
per_page : number of items to fetch per page
remote : data-remote
span class="page#{' current' if page.current?}"
== link_to_unless page.current?, page, url, {:remote => remote, :rel => page.rel}
== link_to_unless page.current?, page, url, {remote: remote, rel: page.rel}
'