Sha256: 7a42589f783d3925e09a2eaca9af33aa85190658406d2c7162b933a801f8ddb2

Contents?: true

Size: 508 Bytes

Versions: 35

Compression:

Stored size: 508 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
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<% if current_page.last? -%>
<span class="next_page disabled"><%= raw(t 'pagination.next_page') -%></span>
<% else -%>
<%= link_to raw(t 'pagination.next_page'), url, :rel => 'next', :remote => remote -%>
<% end -%>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.4 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.0.b5 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.0.b2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.rc4 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.rc2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.rc1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.3.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.4.beta2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.3.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.3.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.1.12 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.3.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.3.rc5 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.2.rc15 app/views/kaminari/_next_page.html.erb