kaminari--kaminari/app/views/kaminari/_page_link.html.haml

10 lines
347 B
Plaintext
Raw Normal View History

-# available local variables:
page: the page number of this page
page_url: url to this page
current_page: the page number of currently displayed page
num_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
2011-02-07 02:31:58 +00:00
%span.page
2011-02-07 11:47:06 +00:00
= link_to page, page_url, :remote => remote