File tree Expand file tree Collapse file tree
src/main/resources/templates/my/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ <h5 class="section-title">전체 멘토링 내역</h5>
420420
421421 <!-- 상태 배지 -->
422422 < span th:if ="${order.status.name() == 'PENDING'} " class ="status-pill status-pending "> 결제 대기</ span >
423- < span th:if ="${order.status.name() == 'PAID'} " class ="status-pill status-paid "> PAID </ span >
423+ < span th:if ="${order.status.name() == 'PAID'} " class ="status-pill status-paid "> 리뷰 진행중 </ span >
424424 < span th:if ="${order.status.name() == 'SETTLED'} " class ="status-pill status-settled "> 완료</ span >
425425 < span th:if ="${order.status.name() == 'CANCELLED'} " class ="status-pill status-cancelled "> 취소됨</ span >
426426 </ div >
@@ -441,10 +441,7 @@ <h5 class="section-title">전체 멘토링 내역</h5>
441441 < span th:if ="${order.status.name() == 'SETTLED' and order.hasReview} "
442442 class ="text-mint small fw-semibold "> ✓ 후기 작성됨</ span >
443443
444- < span th:if ="${order.status.name() == 'PAID'} " class ="text-secondary small "> 리뷰 진행중</ span >
445- < span th:if ="${order.status.name() == 'PENDING'} " class ="text-warning small "> 결제 대기</ span >
446-
447- < a th:href ="@{|/orders/${order.orderId}|} " class ="btn-action btn-action-outline "> 상세 →</ a >
444+ < a th:href ="@{|/orders/${order.orderId}|} " class ="btn-action btn-action-outline "> 워크스페이스 입장 →</ a >
448445 </ div >
449446 </ div >
450447 </ div >
Original file line number Diff line number Diff line change @@ -575,17 +575,14 @@ <h5 class="section-title">전체 멘토링 내역</h5>
575575 </ div >
576576
577577 < div class ="d-flex align-items-center gap-2 ">
578- < a th:if ="${order.status.name() == 'PAID'} "
579- th:href ="@{|/orders/${order.orderId}|} "
580- class ="btn-action btn-action-mint "> 리뷰 시작하기 →</ a >
581578
582579 < span th:if ="${order.status.name() == 'SETTLED' and order.hasReview} "
583580 class ="text-mint small fw-semibold "> ✓ 후기 받음</ span >
584581 < span th:if ="${order.status.name() == 'SETTLED' and !order.hasReview} "
585582 class ="text-secondary small "> 완료</ span >
586583
587584 < a th:href ="@{|/orders/${order.orderId}|} "
588- class ="btn-action btn-action-outline "> 리포트 보기 →</ a >
585+ class ="btn-action btn-action-outline "> 워크스페이스 입장 →</ a >
589586 </ div >
590587 </ div >
591588 </ th:block >
You can’t perform that action at this time.
0 commit comments