Sha256: b713d78b8878e76d7fa120176593263e69a378d9864df3cc35412b6e3d0a9e00

Contents?: true

Size: 443 Bytes

Versions: 55

Compression:

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

Version data entries

55 entries across 55 versions & 2 rubygems

Version Path
decidim-core-0.4.1 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.4.3 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.4.0 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.3.2 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.3.1 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.3.0 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.2.0 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.1.0 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.8.1 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.7 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.6 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.5 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.3 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.2 app/views/kaminari/decidim/_next_page.html.erb
decidim-core-0.0.1 app/views/kaminari/decidim/_next_page.html.erb