Sha256: dba3b8c14304f51443c324365ed34653d8df1041d71cbde21347d0820da96ea6
Contents?: true
Size: 556 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems