Sha256: 11be247ff9f1e419af52e3b78192cc7b9b8a87157507ecd1c738b312361e4a64

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 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
-%>
<% unless current_page.first? %>
<li class="first">
  <%= link_to_unless current_page.first?, "Premier".html_safe, url, :remote => remote %>
</li>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
photos_manager-0.0.5 app/views/photos_manager/kaminari/_first_page.html.erb
photos_manager-0.0.4 app/views/photos_manager/kaminari/_first_page.html.erb
photos_manager-0.0.3 app/views/photos_manager/kaminari/_first_page.html.erb
photos_manager-0.0.2 app/views/photos_manager/kaminari/_first_page.html.erb