genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[Fix]: missspelling

This commit is contained in:
mlabusch 2017-05-03 08:48:50 +02:00
parent 0597a392f4
commit 28e0b2c9d4
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@
<p class="text-info text-uppercase" th:text="${product.price}">0,00 Euro</p>
<<!-- 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>
<div th:replace="fragments/reviews :: reviews"></div>
</div>

View File

@ -15,7 +15,7 @@
{{obj.good.avg}}
</div>
<div class="label">
Avg Goods je know Product
Avg Goods per Product
</div>
</div>
</div>