Sha256: 3713809eeebb172f2fcb20d7f18e4d0778d665dc9b66fe253ae274727da3654b
Contents?: true
Size: 463 Bytes
Versions: 58
Compression:
Stored size: 463 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
58 entries across 55 versions & 9 rubygems