Sha256: a389f833f84f2cf7b48222a66a7ec3ca174d29e22348a7474e13ed5ab13ff781

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

<%# Link to the "First" page
  - available local variables
    url:           url to the first 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
-%>
<% unless current_page.first? -%>
  <li>
    <%= link_to raw(t 'views.pagination.first'), url, {:remote => remote} %>
  </li>
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaminari-bootstrap-0.1.3 app/views/kaminari/_first_page.html.erb