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