Sha256: 78732f19a83126ecfba6541b4ad7f706ee4966f54038790cd1f7daaf8487be6f

Contents?: true

Size: 424 Bytes

Versions: 10

Compression:

Stored size: 424 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.12.2 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.1 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.12.0 app/views/kaminari/comfy/_paginator.html.haml
comfortable_mexican_sofa-1.11.2 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.11.1 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.11.0 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.10.3 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.10.2 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.10.1 app/views/kaminari/_paginator.html.haml
comfortable_mexican_sofa-1.10.0 app/views/kaminari/_paginator.html.haml