Sha256: 38538f4b1715418c7df2c8dcae5a56d287dadedf5e829d14846fef43753efc1f

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 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
%span.next
  - unless current_page.last?
    = link_to url, rel: 'next', :remote => remote, class: "btn-pag", title: 'Next' do
      %i.fa.fa-angle-right

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.0.3 installer/core/app/views/kaminari/_next_page.html.haml
keppler-2.0.2 installer/core/app/views/kaminari/_next_page.html.haml
keppler-2.0.1 installer/core/app/views/kaminari/_next_page.html.haml
keppler-2.0.0 installer/core/app/views/kaminari/_next_page.html.haml