Sha256: dbe5e0bd588d1968e9357332a220afab6efe3d0488bd39831b972fd4dc1085e2

Contents?: true

Size: 434 Bytes

Versions: 4

Compression:

Stored size: 434 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
-%>
<li class="next">
  <%%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</li>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
humdrum-rails-0.1.3 lib/rails/generators/humdrum/layout/templates/views/bootstrap3/kaminari/_next_page.html.erb
humdrum-rails-0.1.2 lib/rails/generators/humdrum/layout/templates/views/bootstrap3/kaminari/_next_page.html.erb
humdrum-rails-0.1.1 lib/rails/generators/humdrum/layout/templates/views/bootstrap3/kaminari/_next_page.html.erb
humdrum-rails-0.0.9 lib/rails/generators/humdrum/layout/templates/views/bootstrap3/kaminari/_next_page.html.erb