質問編集履歴

1

誤字の修正

2020/09/21 08:09

投稿

hello_space
hello_space

スコア24

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  <div class="store_wrap col-12 col-sm-12 col-md-6 col-lg-4 my-5 text-center" th:each="store : ${stores}" th:object="${store}">
66
66
 
67
- // ここでimageを表示させたい (static/images配下にイメージを配置していた時は"@{/images/} + *{image}"で表示できていた。
67
+ // ここでimageを表示させたい (static/images配下にイメージを配置していた時は<img th:src="@{/images/} + *{image}">で表示できていた。
68
68
 
69
69
  <div class="store_image"><img th:src="*{image}"></div>
70
70