This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/com/topcoder/web/tc/view/pacts/client Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
<%@ page import =" com.topcoder.web.ejb.pacts.payments.EnteredIntoPaymentSystemPaymentStatus" %>
22
22
<%@ page import =" com.topcoder.web.ejb.pacts.payments.AccruingPaymentStatus" %>
23
23
<%@ page import =" com.topcoder.web.ejb.pacts.payments.OwedPaymentStatus" %>
24
+ <%@ page import =" com.topcoder.shared.util.ApplicationServer" %>
24
25
<%@ page import =" java.util.Arrays" %>
25
26
26
27
<%@ page language =" java" %>
196
197
<% } % >
197
198
198
199
<c:if test =" ${ isReskin } " >
199
- <a href =" javascript:history.back() " class =" back-btn" >
200
+ <a href =" https:// <%= ApplicationServer . SERVER_NAME % > /challenges " class =" back-btn" >
200
201
<i class =" arrow-prev-icon" ></i >
201
202
</a >
202
203
</c:if >
Original file line number Diff line number Diff line change 2
2
<%@ page language =" java"
3
3
import="com.topcoder.shared.dataAccess.resultSet.ResultSetContainer,
4
4
com.topcoder.shared.dataAccess.DataAccessConstants,
5
+ com.topcoder.shared.util.ApplicationServer,
5
6
com.topcoder.web.tc.Constants" %>
6
-
7
7
<%@ page language =" java" %>
8
8
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
9
9
<%@ taglib uri =" rsc-taglib.tld" prefix =" rsc" %>
74
74
</div >
75
75
76
76
<c:if test =" ${ isReskin } " >
77
- <a href =" javascript:history.back() " class =" back-btn" >
77
+ <a href =" https:// <%= ApplicationServer . SERVER_NAME % > /challenges " class =" back-btn" >
78
78
<i class =" arrow-prev-icon" ></i >
79
79
</a >
80
80
</c:if >
You can’t perform that action at this time.
0 commit comments