[Fix]: missspelling
This commit is contained in:
parent
0597a392f4
commit
28e0b2c9d4
|
@ -34,8 +34,8 @@
|
||||||
<p class="text-info text-uppercase" th:text="${product.price}">0,00 Euro</p>
|
<p class="text-info text-uppercase" th:text="${product.price}">0,00 Euro</p>
|
||||||
|
|
||||||
<<!-- Traffic light food labeling system -->
|
<<!-- Traffic light food labeling system -->
|
||||||
<img class="icon" src="/api/good/availablity/{{item.id}}"/>
|
<img class="icon" src="./api/good/availablity/{{item.id}}"/>
|
||||||
|
|
||||||
<p class="lead" th:text="${product.description}">Description.</p>
|
<p class="lead" th:text="${product.description}">Description.</p>
|
||||||
<div th:replace="fragments/reviews :: reviews"></div>
|
<div th:replace="fragments/reviews :: reviews"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
{{obj.good.avg}}
|
{{obj.good.avg}}
|
||||||
</div>
|
</div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
Avg Goods je know Product
|
Avg Goods per Product
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue