correct search page UI
This commit is contained in:
parent
c66bf41d72
commit
b879181bd9
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
<div th:replace="~{fragments/header :: ${#authorization.expression('isAuthenticated()')} ? 'header-auth' : 'header-anon'}"></div>
|
<div th:replace="~{fragments/header :: ${#authorization.expression('isAuthenticated()')} ? 'header-auth' : 'header-anon'}"></div>
|
||||||
<div class="container base">
|
<div class="container base">
|
||||||
<div th:if="${books} != null">
|
<div th:if="${books} != null">
|
||||||
<hr>
|
|
||||||
<h3>Titles</h3>
|
<h3>Titles</h3>
|
||||||
<div th:each="book : ${books}">
|
<div th:each="book : ${books}">
|
||||||
<a th:href="${'/book/' + book.id}">
|
<a th:href="${'/book/' + book.id}">
|
||||||
|
|
Loading…
Reference in a new issue