Sha256: 5acd337593a0ae7254ac4087a19e34d85e860c9d21055544f94f660ba06f9be5

Contents?: true

Size: 604 Bytes

Versions: 138

Compression:

Stored size: 604 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
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<% if current_page.first? %>
  <span class="first-page disabled"><i class="icon fas fa-angle-double-left"></i></span>
<% else %>
  <%= link_to url, remote: remote, title: Alchemy.t(:first, scope: 'pagination'), class: 'first-page' do %>
    <i class="icon fas fa-angle-double-left"></i>
  <% end %>
<% end %>

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.15 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-6.1.10 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.14 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.13 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.12 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.11 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.10 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.9 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.8 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.7 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.6 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.5 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.4 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.3 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-6.1.9 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.2 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-6.1.8 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-6.1.7 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.0.1 app/views/kaminari/alchemy/_first_page.html.erb