Sha256: 895e782a414138010eb98cc4958dc2b269d1581c9f5f4f51c70b46c8ba2db143

Contents?: true

Size: 402 Bytes

Versions: 26

Compression:

Stored size: 402 Bytes

Contents

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

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.6 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.5 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.4 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.3 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.2 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.1 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.0 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.4.1 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.4.0 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.3.1 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.3.0 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.2.3 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.2.2 app/views/locomotive/kaminari/_paginator.html.haml
locomotive_cms-2.2.1 app/views/locomotive/kaminari/_paginator.html.haml