Sha256: dde765b6b0d136c2d0c56ee9b0157712550d9e74c590aab51c1f3202d409e453

Contents?: true

Size: 415 Bytes

Versions: 55

Compression:

Stored size: 415 Bytes

Contents

= paginator.render do
  %ul.pagination.pagination-sm
    = 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

55 entries across 55 versions & 8 rubygems

Version Path
comfortable_mexican_sofa-2.0.6 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.5 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.4 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.3 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.2 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.1 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-2.0.0 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.10 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.9 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.8 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.7 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.6 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.5 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.4 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.3 app/views/kaminari/comfy/_paginator.html.haml