Sha256: 49dac85c9a4c4f3f8f1659e68e778d33dad06c9c98f19977c6abe81035fd1b18
Contents?: true
Size: 470 Bytes
Versions: 17
Compression:
Stored size: 470 Bytes
Contents
<%# Link to the "First" page - available local variables url: url to the first 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 -%> <% unless current_page.first? %> <li class="first"> <%= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, :remote => remote %> </li> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems