We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407e1a5 commit 1ad5140Copy full SHA for 1ad5140
1 file changed
src/main/resources/templates/reviews/reviewDetail.html
@@ -29,7 +29,8 @@ <h1 class="h3 mb-1" th:text="${review.product.name}">Producto</h1>
29
</div>
30
<div class="product-price fs-4 text-success mb-2" th:text="${review.product.price} + ' €'"></div>
31
<p class="text-muted mb-0" th:text="${review.product.shortDescription}">Descripción</p>
32
- <a th:href="@{/products/{id}(id=${review.product.id})}" class="btn btn-sm btn-outline-secondary mt-3">
+ <a th:href="@{/products/{id}(id=${review.product.id})}" class="btn btn-sm"
33
+ style="background-color: #fd7e14; color: white; border: none;">
34
<i class="fa-solid fa-box me-1"></i> Ver producto
35
</a>
36
0 commit comments