Sha256: d0a50f35a3f789eba088851e2c5078be76cad484bd1df95d13b07bbd68e60ff3

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

-# Link to the "Next" page
-#  - available local variables
-#    url:           url to the next page
-#    current_page:  a page object for the currently displayed page
-#    total_pages:     total number of pages
-#    per_page:      number of items to fetch per page
-#    remote:        data-remote
-#

- unless current_page.last?
  %li.next
    = link_to raw(t 'views.pagination.next'), url, :remote => remote, :rel => 'next'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
admin-panel-0.1.4 lib/generators/admin_panel/install/templates/views/haml/kaminari/admin-bootstrap/_next_page.html.haml
admin-panel-0.1.3 lib/generators/admin_panel/install/templates/views/haml/kaminari/admin-bootstrap/_next_page.html.haml