Sha256: 3ca5db1593d69810aec4673969ccd65694b82de1790415e0601225dd130f06d0

Contents?: true

Size: 408 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quick_search-core-0.2.0 app/views/quick_search/kaminari/_first_page.html.erb
quick_search-core-0.1.1 app/views/quick_search/kaminari/_first_page.html.erb
quick_search-core-0.1.0 app/views/quick_search/kaminari/_first_page.html.erb
quick_search-core-0.0.1 app/views/quick_search/kaminari/_first_page.html.erb
quick_search-core-0.0.1.test app/views/quick_search/kaminari/_first_page.html.erb