Skip to content

Commit

Permalink
Merge pull request #162 from nhnacademy-be4-My-Books/feature/order
Browse files Browse the repository at this point in the history
Feature/order 주문 내역 뷰 수정
  • Loading branch information
minsu11 authored Mar 26, 2024
2 parents 2ae5f1f + d8e8d89 commit e84ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/user-order.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h5>주문정보</h5>

<p><strong>주문 상태:</strong> <span th:text="${detail.statusId}">Order Status</span>
</p>
<a th:if="${detail.statusId != '구매 확정' and ${order.statusId == '배송 완료'}}"
<a th:if="${detail.statusId != '구매 확정'}and ${order.statusId == '배송 완료'}"
th:href="'/review/' + ${order.id} + '/register/' + ${detail.orderDetailId}"
class="button">리뷰 작성</a>
</div>
Expand Down

0 comments on commit e84ca63

Please sign in to comment.