Sha256: 053b5ec437ff89eeb994dc3b3c5f00fd80cd69a3549744772cb4d93079d499b3

Contents?: true

Size: 521 Bytes

Versions: 3

Compression:

Stored size: 521 Bytes

Contents

-#  Link showing page number
-#  available local variables
-#    page:          a page object for "this" page
-#    url:           url to this page
-#    current_page:  a page object for the currently displayed page
-#    total_pages:   total number of pages
-#    per_page:      number of items to fetch per page
-#    remote:        data-remote
%li{:class => "page#{' current' if page.current?}"}
  = link_to_unless page.current?, page, url, {:remote => remote, :rel => page.next? ? 'next' : page.prev? ? 'prev' : nil}

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
ish_lib_engine-0.0.5 app/views/templates/kaminari/_page.haml
ish_lib_manager-0.0.1 app/views/ish_lib_manager/kaminari/_page.haml
ish_lib_assets-0.1.3 app/views/templates/kaminari/_page.haml