mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
refs #30 remove 'disabled' class
This commit is contained in:
parent
17760e718f
commit
2cc02d89fa
8 changed files with 8 additions and 8 deletions
|
|
@ -5,5 +5,5 @@
|
|||
num_pages: total number of pages
|
||||
per_page: number of items to fetch per page
|
||||
remote: data-remote
|
||||
%span{:class => "first#{' disabled' if current_page.first?}"}
|
||||
%span.first
|
||||
= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, :remote => remote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue