Sha256: 54d20b397a448c2ff3ef62dfa520fc1d4020e608394d9825e9db790c08b77fa0
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
<%= paginator.render do %> <ul class="pure-paginator"> <%= 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/views/kaminari/purecss/_paginator.html.erb |
mega_bar-0.5.1 | app/views/kaminari/purecss/_paginator.html.erb |