Sha256: 1d474ffbf5c3be899ad531cfa53eade76ea37d17f854fe8a55356dc490380559
Contents?: true
Size: 470 Bytes
Versions: 18
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 total_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
18 entries across 18 versions & 2 rubygems