aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_paginator.html
blob: 188207b64d90bb59b46e7d1aa04fc3bcbcef0882 (plain) (blame)
1
2
3
<p class="page" th:if="${nextpage != null}">
    <a th:href="${nextpage}" rel="prev"><span th:text="#{messages.next}" th:remove="tag">Next</span>&nbsp;</a>
</p>