Sha256: 35e9f84279b1af6f90d5ce82888f0a53c9431f5fb87b597f92e54c0475dd85b8

Contents?: true

Size: 488 Bytes

Versions: 4

Compression:

Stored size: 488 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
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<% unless current_page.first? %>
<li class="page-item">
  <%= link_to raw(t 'views.pagination.previous'), url, :rel => 'prev', :class => 'page-link', :remote => remote %>
</li>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/kaminari/_prev_page.html.erb
iqvoc-4.14.4 app/views/kaminari/_prev_page.html.erb
iqvoc-4.13.2 app/views/kaminari/_prev_page.html.erb
iqvoc-4.13.0 app/views/kaminari/_prev_page.html.erb