Sha256: 417d8feddc30f48f55388df475373284a35a9602f358baf4dcf46993e7d5155a
Contents?: true
Size: 581 Bytes
Versions: 12
Compression:
Stored size: 581 Bytes
Contents
<h2 class="sr-only">Pagination</h2> <nav class="pagination heading" role="navigation"> <ul> <li class="pagination-item older" > {% if paginator.next_page %} <a rel="next" href="{{ paginator.next_page_path | relative_url }}">Older</a> {% else %} <span>Older</span> {% endif %} </li> <li class="pagination-item newer" > {% if paginator.previous_page %} <a rel="prev" href="{{ paginator.previous_page_path | relative_url }}">Newer</a> {% else %} <span>Newer</span> {% endif %} </li> </ul> </nav>
Version data entries
12 entries across 12 versions & 1 rubygems