Sha256: e1bf069d01c6cfe1bc296d2da4d8f0eb963cad7574682b627857a51b1a62358c
Contents?: true
Size: 438 Bytes
Versions: 9
Compression:
Stored size: 438 Bytes
Contents
<footer class="pagination"> {% if pagination.prev %} <a href="{{ pagination.prev.link }}">Prev</a> {% endif %} {% for page in pagination.pages %} {% if page.link %} <a href="{{ page.link }}">{{ page.title }}</a> {% else %} <span>{{ page.title }}</span> {% endif %} {% endfor %} {% if pagination.next %} <a href="{{ pagination.next.link }}">Next</a> {% endif %} </footer>
Version data entries
9 entries across 9 versions & 1 rubygems