Skip to content

Commit bbbd710

Browse files
committed
GP-66 – Fix the but in notes.html
1 parent a9e5696 commit bbbd710

File tree

1 file changed

+1
-1
lines changed
  • 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/templates

1 file changed

+1
-1
lines changed

3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/templates/notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="title">My notes</h1>
3131
<div class="note" th:each="theNote : ${noteList}">
3232
<div class="title_note" th:text="${theNote.title}">The title</div>
3333
<div class="text_note" th:text="${theNote.text}">The text of very long story, or just shopping list</div>
34-
<div class="date_note" th:text="${theNote.createdOn.toLocalDate()}">23.04.2021</div>
34+
<div class="date_note" th:text="${theNote.createdOn}">23.04.2021</div>
3535
</div>
3636
</div>
3737

0 commit comments

Comments
 (0)