Sha256: a04659dec35192a72a76b0154d5f706d967512949906dcdd2e74a8198cadf548
Contents?: true
Size: 584 Bytes
Versions: 1
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 total_pages: total number of pages per_page: number of items to fetch per page remote: data-remote -%> <li class="first <% if current_page.first? %>disabled<%end%>"> <% if current_page.first?%> <a href="#" onclick="return false;"><%=t('views.pagination.first').html_safe%></a> <% else %> <%= link_to t('views.pagination.first').html_safe, url, remote: remote %> <% end %> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | app/views/kaminari/_first_page.html.erb |