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