Skip to content

Commit

Permalink
fix : url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujin-nKim committed May 16, 2024
1 parent 002b63e commit 69ff41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/main/page/mypageOrder.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h5 class="card-title">
</button>

<button th:if="${orderDetailInfo.orderStatusName != 'PENDING'}"
class="btn btn-outline-dark">
class="btn btn-outline-dark" th:onclick="|location.href='@{/reviews/register(bookId=${orderDetailInfo.bookId}, orderDetailId=${orderDetailInfo.orderDetailId})}'|">
리뷰 작성하기
</button>

Expand Down

0 comments on commit 69ff41c

Please sign in to comment.