correct search page UI

master
Dmitry Isaenko 2024-01-17 18:38:25 +03:00
parent c66bf41d72
commit b879181bd9
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<div th:replace="~{fragments/header :: ${#authorization.expression('isAuthenticated()')} ? 'header-auth' : 'header-anon'}"></div>
<div class="container base">
<div th:if="${books} != null">
<hr>
<h3>Titles</h3>
<div th:each="book : ${books}">
<a th:href="${'/book/' + book.id}">