Sha256: d39413cde4110a900ab48846fb914d995b5cc5720557ed7ad7d2b477ab800aed
Contents?: true
Size: 556 Bytes
Versions: 11
Compression:
Stored size: 556 Bytes
Contents
<%# The container tag - available local variables 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 paginator: the paginator that renders the pagination tags inside Paginator now using the Bootstrap paginator class -%> <%- pagination_info_cache = render_pagination_info @response %> <%= paginator.render do -%> <%= prev_page_tag %> | <%= pagination_info_cache %> | <%= next_page_tag %> <% end -%>
Version data entries
11 entries across 11 versions & 1 rubygems