Sha256: 5c1f659c0c6f7f176f4b34b53ba8230f55f4c13162bf06b4aacdabd9e2b06f09

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

= paginator.render do
  %ul.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
    = next_page_tag unless current_page.last?
    = last_page_tag unless current_page.last?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appt-0.0.1.beta.3 app/views/kaminari/_paginator.html.haml
appt-0.0.1.beta.2 app/views/kaminari/_paginator.html.haml