Sha256: 2c0a9b92e721de8d6208ca17166c7e6182e3f6acab619448c9ba785b26ff1511

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 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 prev">
  <%= link_to_unless current_page.first?, raw(t 'views.pagination.previous'), url, class: 'page-link', :rel => 'prev', :remote => remote %>
</li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-kaminari-views-reload-0.0.5 app/views/kaminari/twitter-bootstrap-4/_prev_page.html.erb