2012-02-11 12:56:18 -05:00
|
|
|
-# Link to the "Last" page
|
|
|
|
-# available local variables
|
|
|
|
-# url: url to the last page
|
|
|
|
-# current_page: a page object for the currently displayed page
|
2016-05-31 16:14:16 -04:00
|
|
|
-# total_pages: total number of pages
|
2012-02-11 12:56:18 -05:00
|
|
|
-# per_page: number of items to fetch per page
|
|
|
|
-# remote: data-remote
|
2015-09-17 14:24:47 -04:00
|
|
|
%li.last
|
2012-08-10 18:07:50 -04:00
|
|
|
= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, {remote: remote}
|