<%# 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 -%>