Sha256: 3c2d21ace126022c13a1235dda2296e4882b01f72820af336c65c815ff3ec66c

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

<%# Link to the "Previous" page
  - available local variables
    url:           url to the previous 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>
  <%= link_to_unless current_page.first?, t('views.pagination.previous').html_safe, url, :rel => 'prev', :remote => remote %>
</li>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
admin-sys-1.0.2 app/views/kaminari/_prev_page.html.erb
admin-sys-1.0.1 app/views/kaminari/_prev_page.html.erb
admin-sys-1.0.0 app/views/kaminari/_prev_page.html.erb