Sha256: 082a9f63d7d02b1b6917eab9f881d69ac924c3d0059b862b4c3fa0e8c6b83ec7

Contents?: true

Size: 584 Bytes

Versions: 19

Compression:

Stored size: 584 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">
    <%= render_icon("skip-left") %>
  </span>
<% else %>
  <%= link_to url, remote: remote, title: Alchemy.t(:first, scope: 'pagination'), class: 'first-page' do %>
    <%= render_icon("skip-left") %>
  <% end %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.6 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.9 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.4.1 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.4.0 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.5 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.8 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.4 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.3 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.2 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.7 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.1 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.3.0 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.6 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.5 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.4 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.3 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.2 app/views/kaminari/alchemy/_first_page.html.erb
alchemy_cms-7.2.1 app/views/kaminari/alchemy/_first_page.html.erb