Browse Source

Add booklist ID

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
36d39dbcc9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bookstore/src/main/resources/templates/booklist.html

+ 1
- 1
bookstore/src/main/resources/templates/booklist.html View File

@ -70,7 +70,7 @@ Idea of the following syntax used in this and other HTML document:
For example syntax, see For example syntax, see
https://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#order-details https://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#order-details
*/--> */-->
<table class="table table-striped" sec:authorize="isAuthenticated()">
<table id="booklist" class="table table-striped" sec:authorize="isAuthenticated()">
<tr> <tr>
<th th:text="${#messages.msgOrNull('book.author')} ?: 'book.author'">book.author</th> <th th:text="${#messages.msgOrNull('book.author')} ?: 'book.author'">book.author</th>


Loading…
Cancel
Save