Sha256: f668cebd63ebd9b63ef719acd8cf129b831f8860880b992f2de8d7f1ef333d0c
Contents?: true
Size: 456 Bytes
Versions: 131
Compression:
Stored size: 456 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 -%> <li class="<%= 'disabled' if current_page.first? %>"> <%= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, :remote => remote %> </li>
Version data entries
131 entries across 131 versions & 3 rubygems