Sha256: 573b8387ada6752d3b65e5036e32ecdf1a8ffcb9b0a9b0356970d117c0f0b102
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 Bytes
Contents
<%# Link to the "Last" page - available local variables url: url to the last 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="last <% if current_page.last? %>disabled<%end%>"> <% if current_page.last?%> <a href="#" onclick="return false;"><%=t('views.pagination.last').html_safe%></a> <% else %> <%= link_to t('views.pagination.last').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/_last_page.html.erb |