|
<div th:each="label,count : ${labels}" th:if="${count.index} le 9">
|
|
<div th:each="label,count : ${labels}" th:if="${count.index} le 9">
|
|
<a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
|
|
<a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
|