Sha256: 19e23c25ff00b76ecde87275e4046fb2b8978b75f96737f8cecadcdc5728d81b
Contents?: true
Size: 599 Bytes
Versions: 1
Compression:
Stored size: 599 Bytes
Contents
<%# Link to the "Next" page - available local variables url: url to the next 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 -%> <%= content_tag :li, :class => "next #{'disabled' if current_page.last?}" do %> <%# FIXME: In Bootstrap 2.1.0 it will be possible to use a span tag for disabled pagination links %> <%= link_to t("views.pagination.next"), (current_page.last? ? "#" : url), :rel => "next", :remote => remote %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
da-suspenders-2.0.0 | template/trout/app/views/kaminari/_next_page.html.erb |