Skip to content
Snippets Groups Projects

Bug fix deploy

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -82,9 +82,6 @@
</table>
<th-block
th:if="${@authorisationService.canAssignToDay() || @authorisationService.canEditPuzzlesOfUser(user)}">
<th:block
layout:replace="~{pagination :: pagination(page=${puzzles}, size=5)}"></th:block>
<th-block th:if="${param.unassigned == null}">
<a class="link" href="?unassigned">
<button class="button">Show unassigned puzzles</button>
@@ -104,5 +101,6 @@
<a class="link" href="?"><button class="button">Hide solutions</button></a>
</th-block>
</th-block>
<th:block layout:replace="~{pagination :: pagination(page=${puzzles}, size=5)}"></th:block>
</div>
</html>
Loading