Sha256: 92502ea592405e756bd095ca55a917379be6f4e83dd0ea1b4583ad9ba6e2b28b
Contents?: true
Size: 462 Bytes
Versions: 13
Compression:
Stored size: 462 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<% if current_page.last? %> class="disabled"<% end %>> <%= link_to_unless current_page.last?, content_tag(:span, "»".html_safe), url, remote: remote %> </li>
Version data entries
13 entries across 13 versions & 1 rubygems