Sha256: 8f10db3b01e074b6a9e93b2092d333060d739dba9a54a8a5335d7a040ea5b696
Contents?: true
Size: 489 Bytes
Versions: 12
Compression:
Stored size: 489 Bytes
Contents
%nav{"aria-label" => "Page navigation"} %p.text-center Showing #{list.current_page_record_range} of #{list.pagination_record_count} records %ul.pager %li %a{href: "#{base_path}?page=1&count=#{list.page_size}"} First %li{class: ("disabled" if list.first_page?)} %a{href: prev_link} Previous %li{class: ("disabled" if list.last_page?)} %a{href: next_link} Next %li %a{href: "#{base_path}?page=#{list.page_count}&count=#{list.page_size}"} Last
Version data entries
12 entries across 12 versions & 1 rubygems