Sha256: d0c6ea1a838f79bb057da0866910083d08aceebe1759e0c2c5a809dea43b2f78
Contents?: true
Size: 692 Bytes
Versions: 10
Compression:
Stored size: 692 Bytes
Contents
<% #NOTE: this is an example to show how the menu looks when active %> <% content_for(:menu_active, 'true') %> <%= page_header(title: 'Continue Learning', description: "what you've started but haven't finished") %> <%= content_item_header %> <%= content_items(@content_items) %> <% # NOTE: this is collapsed to prevent browser adding gaps between elements; and the way will_paginate generates markup %> <div class="pagination pagination-centered"><span class="previous_page disabled">Prev</span><em class="current">1 <span class="total">/ 20</span></em><a rel="next" href="?page=2">2</a><a href="?page=3">3</a><a href="?page=4">4</a><a class="next_page" rel="next" href="#">Next</a></div>
Version data entries
10 entries across 10 versions & 1 rubygems