boissier_app/app/views/kaminari/_page_link.html.haml
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

11 lines
383 B
Plaintext

-# Link showing page number
- available local variables
page: the page number of this 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
%span.page
= link_to page, url, :remote => remote