回答編集履歴

1

th:with版の記載に誤りがあったため訂正しました。

2017/05/22 03:33

投稿

sllmejacob
sllmejacob

スコア72

test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```thymeleaf
54
54
 
55
- th:with="count=${@errorMail.count()}"
55
+ th:with="count=${@errorCount.count()}"
56
56
 
57
57
  <span class="badge" th:text="${count}"></span>
58
58