Sha256: a3b49c8903d79ac84da9083578fd5d6e1b5a4d9b07818deba334fbb1be48fc46
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
<%# Link to the "Last" page - available local variables url: url to the last 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 -%> <% unless current_page.last? -%> <li> <%= link_to raw(t 'views.pagination.last'), url, {:remote => remote} %> </li> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaminari-bootstrap-0.1.3 | app/views/kaminari/_last_page.html.erb |