Sha256: dff42ba5ffe2002d12b422d008b40ecacb0468a45abd241bd88c67d014765290
Contents?: true
Size: 512 Bytes
Versions: 146
Compression:
Stored size: 512 Bytes
Contents
<%= paginator.render do -%> <ul class="pagination"> <%= first_page_tag unless current_page.first? %> <%= prev_page_tag unless current_page.first? %> <% each_page do |page| -%> <% if page.left_outer? || page.right_outer? || page.inside_window? -%> <%= page_tag page %> <% elsif !page.was_truncated? -%> <%= gap_tag %> <% end -%> <% end -%> <%= next_page_tag unless current_page.last? %> <%= last_page_tag unless current_page.last? %> </ul> <% end -%>
Version data entries
146 entries across 146 versions & 13 rubygems