Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit f85e4d5

Browse files
committed
fix: back to settings profile page
1 parent 5df681d commit f85e4d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<% } %>
226226

227227
<c:if test="${isReskin}">
228-
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges" class="back-btn">
228+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">
229229
<i class="arrow-prev-icon"></i>
230230
</a>
231231
</c:if>

src/main/com/topcoder/web/tc/view/pacts/client/PaymentStatusSummary.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</div>
7575

7676
<c:if test="${isReskin}">
77-
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges" class="back-btn">
77+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">
7878
<i class="arrow-prev-icon"></i>
7979
</a>
8080
</c:if>

0 commit comments

Comments
 (0)