2015-01-31 10:47:09 +08:00
|
|
|
<%# Link to the "First" page
|
|
|
|
- available local variables
|
|
|
|
url: url to the first 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
|
|
|
|
-%>
|
2015-04-07 13:47:39 +08:00
|
|
|
<li>
|
2015-04-07 14:48:36 +08:00
|
|
|
<%= link_to_unless current_page.first?, l('views.pagination.first').html_safe, url, :rel => 'next', :remote => remote, :class => 'next c_blue' %>
|
2015-04-07 13:47:39 +08:00
|
|
|
</li>
|
2015-01-31 10:47:09 +08:00
|
|
|
|