2014-09-02 18:07:02 +05:30
|
|
|
-# Link to the "Last" page
|
|
|
|
-# available local variables
|
|
|
|
-# url: url to the last page
|
|
|
|
-# current_page: a page object for the currently displayed page
|
|
|
|
-# num_pages: total number of pages
|
|
|
|
-# per_page: number of items to fetch per page
|
|
|
|
-# remote: data-remote
|
2015-10-24 18:46:33 +05:30
|
|
|
%li.last
|
2014-09-02 18:07:02 +05:30
|
|
|
= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, {remote: remote}
|