Sha256: 8082269607be27dfd398c2ec4330adb47b720e7cc7549992704719166a7cd615

Contents?: true

Size: 448 Bytes

Versions: 6

Compression:

Stored size: 448 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 class="first">
    <%= link_to raw(t 'views.pagination.first'), url, {:remote => remote} %>
  </li>
<% end -%>

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
admin-panel-0.1.4 lib/generators/admin_panel/install/templates/views/erb/kaminari/admin-bootstrap/_first_page.html.erb
admin-panel-0.1.3 lib/generators/admin_panel/install/templates/views/erb/kaminari/admin-bootstrap/_first_page.html.erb
kaminari-bootstrap-3.0.1 app/views/kaminari/_first_page.html.erb
weeler-0.0.4 app/views/kaminari/_first_page.html.erb
weeler-0.0.3 app/views/kaminari/_first_page.html.erb
weeler-0.0.2 app/views/kaminari/_first_page.html.erb