Sha256: 5ee0f0cc4c31ee3a6b5651333af6d2351723e77fb9ea95008e0070818828c3ad

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

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